#9C5E16

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

Shades of Golden Brown #9C5E16

Tints of Golden Brown #9C5E16

Color information

#9C5E16 (or 0x9C5E16) is unknown color: approx Golden Brown. HEX triplet: 9C, 5E and 16. RGB value is (156,94,22). Sum of RGB (Red+Green+Blue) = 156+94+22=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5E16 is #63A1E9. Grayscale: #686868. Windows color (decimal): -6529514 or 1466012. OLE color: 1466012.

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

Color convert

RGB1569422-
CMYK00.400.860.39
HSL32.24º75.28%34.9%-
HSV(B)32.24º85.9%61.18%-
XYZ17.8615.132.74-
YUV104.3381.54164.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=57.35%
G=34.56%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156942200.400.860.3932.2475.2834.9
Hex9C5E160285627204b23
Octal23413626050126474011343
Binary10011100101111010110010100010101101001111000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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