#9b5310

Color #9B5310 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9B5310

Tints of Golden Brown #9B5310

Color information

#9B5310 (or 0x9B5310) is unknown color: approx Golden Brown. HEX triplet: 9B, 53 and 10. RGB value is (155,83,16). Sum of RGB (Red+Green+Blue) = 155+83+16=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5310 is #64ACEF. Grayscale: #616161. Windows color (decimal): -6597872 or 1069979. OLE color: 1069979.

HSL color Cylindrical-coordinate representation of color #9B5310: hue angle of 28.92º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B5310 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1558316-
CMYK00.460.900.39
HSL28.92º81.29%33.53%-
HSV(B)28.92º89.68%60.78%-
XYZ16.713.192.16-
YUV96.8982.35169.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 16 (6.64% from 255) = 6.30%
R=61.02%
G=32.68%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155831600.460.900.3928.9281.2933.53
Hex9B531002E5A271d5122
Octal23312320056132473512142
Binary1001101110100111000001011101011010100111111011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b5310; }

 p { color: rgb(155,83,16); }

 H1.HeaderClassName
 {
   color: #9b5310;
 }
 .AnyTagClassName
 {
   color: #9b5310;
 }
</style>
background-color css

<style>
 a { background-color: #9b5310; }

 a { background-color: rgb(155,83,16); }

 div.DivClassName
 {
   background-color: #9b5310;
 }
 .BgClassName
 {
   background-color: #9b5310;
 }
</style>
border-color css

<style>
 span { border-color: #9b5310; }

 span { border-color: rgb(155,83,16); }

 td.TdClassName
 {
   border-color: #9b5310;
 }
 .TagClassName
 {
   border-color: #9b5310;
 }
</style>