#9e570c

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

Shades of Golden Brown #9E570C

Tints of Golden Brown #9E570C

Color information

#9E570C (or 0x9E570C) is unknown color: approx Golden Brown. HEX triplet: 9E, 57 and 0C. RGB value is (158,87,12). Sum of RGB (Red+Green+Blue) = 158+87+12=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E570C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E570C is #61A8F3. Grayscale: #646464. Windows color (decimal): -6400244 or 808862. OLE color: 808862.

HSL color Cylindrical-coordinate representation of color #9E570C: hue angle of 30.82º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E570C is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1588712-
CMYK00.450.920.38
HSL30.82º85.88%33.33%-
HSV(B)30.82º92.41%61.96%-
XYZ17.5814.112.15-
YUV99.6878.52169.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.48%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=61.48%
G=33.85%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158871200.450.920.3830.8285.8833.33
Hex9E57C02D5C261f5621
Octal23612714055134463712641
Binary100111101010111110001011011011100100110111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e570c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,87,12); }

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

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

 a { background-color: rgb(158,87,12); }

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

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

 span { border-color: rgb(158,87,12); }

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