#9E5712

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

Shades of Golden Brown #9E5712

Tints of Golden Brown #9E5712

Color information

#9E5712 (or 0x9E5712) is unknown color: approx Golden Brown. HEX triplet: 9E, 57 and 12. RGB value is (158,87,18). Sum of RGB (Red+Green+Blue) = 158+87+18=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5712 is #61A8ED. Grayscale: #646464. Windows color (decimal): -6400238 or 1202078. OLE color: 1202078.

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

Color convert

RGB1588718-
CMYK00.450.890.38
HSL29.57º79.55%34.51%-
HSV(B)29.57º88.61%61.96%-
XYZ17.6214.132.37-
YUV100.3681.52169.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.08%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=60.08%
G=33.08%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158871800.450.890.3829.5779.5534.51
Hex9E571202D59261e5023
Octal23612722055131463612043
Binary1001111010101111001001011011011001100110111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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