#9B5617

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

Shades of Golden Brown #9B5617

Tints of Golden Brown #9B5617

Color information

#9B5617 (or 0x9B5617) is unknown color: approx Golden Brown. HEX triplet: 9B, 56 and 17. RGB value is (155,86,23). Sum of RGB (Red+Green+Blue) = 155+86+23=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5617 is #64A9E8. Grayscale: #636363. Windows color (decimal): -6597097 or 1529499. OLE color: 1529499.

HSL color Cylindrical-coordinate representation of color #9B5617: hue angle of 28.64º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B5617 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB1558623-
CMYK00.450.850.39
HSL28.64º74.16%34.9%-
HSV(B)28.64º85.16%60.78%-
XYZ1713.692.56-
YUV99.4584.86167.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=58.71%
G=32.58%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155862300.450.850.3928.6474.1634.9
Hex9B561702D55271d4a23
Octal23312627055125473511243
Binary1001101110101101011101011011010101100111111011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,86,23); }

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

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

 a { background-color: rgb(155,86,23); }

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

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

 span { border-color: rgb(155,86,23); }

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