#9B5C18

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

Shades of Golden Brown #9B5C18

Tints of Golden Brown #9B5C18

Color information

#9B5C18 (or 0x9B5C18) is unknown color: approx Golden Brown. HEX triplet: 9B, 5C and 18. RGB value is (155,92,24). Sum of RGB (Red+Green+Blue) = 155+92+24=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5C18 is #64A3E7. Grayscale: #676767. Windows color (decimal): -6595560 or 1596571. OLE color: 1596571.

HSL color Cylindrical-coordinate representation of color #9B5C18: hue angle of 31.15º degrees, saturation: 0.73, 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 #9B5C18 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB1559224-
CMYK00.410.850.39
HSL31.15º73.18%35.1%-
HSV(B)31.15º84.52%60.78%-
XYZ17.5114.692.78-
YUV103.0883.37165.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.20%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=57.20%
G=33.95%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155922400.410.850.3931.1573.1835.1
Hex9B5C1802955271f4923
Octal23313430051125473711143
Binary1001101110111001100001010011010101100111111111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,92,24); }

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

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

 a { background-color: rgb(155,92,24); }

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

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

 span { border-color: rgb(155,92,24); }

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