#9C5C16

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

Shades of Golden Brown #9C5C16

Tints of Golden Brown #9C5C16

Color information

#9C5C16 (or 0x9C5C16) is unknown color: approx Golden Brown. HEX triplet: 9C, 5C and 16. RGB value is (156,92,22). Sum of RGB (Red+Green+Blue) = 156+92+22=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5C16 is #63A3E9. Grayscale: #676767. Windows color (decimal): -6530026 or 1465500. OLE color: 1465500.

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

Color convert

RGB1569222-
CMYK00.410.860.39
HSL31.34º75.28%34.9%-
HSV(B)31.34º85.9%61.18%-
XYZ17.6814.782.68-
YUV103.1682.2165.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.78%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=57.78%
G=34.07%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156922200.410.860.3931.3475.2834.9
Hex9C5C1602956271f4b23
Octal23413426051126473711343
Binary1001110010111001011001010011010110100111111111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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