#9C5912

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

Shades of Golden Brown #9C5912

Tints of Golden Brown #9C5912

Color information

#9C5912 (or 0x9C5912) is unknown color: approx Golden Brown. HEX triplet: 9C, 59 and 12. RGB value is (156,89,18). Sum of RGB (Red+Green+Blue) = 156+89+18=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5912 is #63A6ED. Grayscale: #656565. Windows color (decimal): -6530798 or 1202588. OLE color: 1202588.

HSL color Cylindrical-coordinate representation of color #9C5912: hue angle of 30.87º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C5912 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1568918-
CMYK00.430.880.39
HSL30.87º79.31%34.12%-
HSV(B)30.87º88.46%61.18%-
XYZ17.3914.262.41-
YUV100.9481.2167.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.32%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=59.32%
G=33.84%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156891800.430.880.3930.8779.3134.12
Hex9C591202B58271f4f22
Octal23413122053130473711742
Binary1001110010110011001001010111011000100111111111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,18); }

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

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

 a { background-color: rgb(156,89,18); }

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

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

 span { border-color: rgb(156,89,18); }

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