#9C5C13

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

Shades of Golden Brown #9C5C13

Tints of Golden Brown #9C5C13

Color information

#9C5C13 (or 0x9C5C13) is unknown color: approx Golden Brown. HEX triplet: 9C, 5C and 13. RGB value is (156,92,19). Sum of RGB (Red+Green+Blue) = 156+92+19=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5C13 is #63A3EC. Grayscale: #676767. Windows color (decimal): -6530029 or 1268892. OLE color: 1268892.

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

Color convert

RGB1569219-
CMYK00.410.880.39
HSL31.97º78.29%34.31%-
HSV(B)31.97º87.82%61.18%-
XYZ17.6514.772.54-
YUV102.8180.7165.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=58.43%
G=34.46%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156921900.410.880.3931.9778.2934.31
Hex9C5C130295827204e22
Octal23413423051130474011642
Binary10011100101110010011010100110110001001111000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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