#9C5E09

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

Shades of Golden Brown #9C5E09

Tints of Golden Brown #9C5E09

Color information

#9C5E09 (or 0x9C5E09) is unknown color: approx Golden Brown. HEX triplet: 9C, 5E and 09. RGB value is (156,94,9). Sum of RGB (Red+Green+Blue) = 156+94+9=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5E09 is #63A1F6. Grayscale: #676767. Windows color (decimal): -6529527 or 614044. OLE color: 614044.

HSL color Cylindrical-coordinate representation of color #9C5E09: hue angle of 34.69º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C5E09 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB156949-
CMYK00.400.940.39
HSL34.69º89.09%32.35%-
HSV(B)34.69º94.23%61.18%-
XYZ17.7615.092.24-
YUV102.8575.04165.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.23%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 9 (3.91% from 255) = 3.47%
R=60.23%
G=36.29%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15694900.400.940.3934.6989.0932.35
Hex9C5E90285E27235920
Octal23413611050136474313140
Binary1001110010111101001010100010111101001111000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,94,9); }

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

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

 a { background-color: rgb(156,94,9); }

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

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

 span { border-color: rgb(156,94,9); }

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