#8E5E15

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

Shades of Golden Brown #8E5E15

Tints of Golden Brown #8E5E15

Color information

#8E5E15 (or 0x8E5E15) is unknown color: approx Golden Brown. HEX triplet: 8E, 5E and 15. RGB value is (142,94,21). Sum of RGB (Red+Green+Blue) = 142+94+21=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5E15 is #71A1EA. Grayscale: #646464. Windows color (decimal): -7447019 or 1400462. OLE color: 1400462.

HSL color Cylindrical-coordinate representation of color #8E5E15: hue angle of 36.2º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E5E15 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1429421-
CMYK00.340.850.44
HSL36.2º74.23%31.96%-
HSV(B)36.2º85.21%55.69%-
XYZ15.2913.812.57-
YUV100.0383.4157.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.25%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=55.25%
G=36.58%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142942100.340.850.4436.274.2331.96
Hex8E5E15022552C244a20
Octal21613625042125544411240
Binary10001110101111010101010001010101011011001001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5E15; }

 p { color: rgb(142,94,21); }

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

<style>
 a { background-color: #8E5E15; }

 a { background-color: rgb(142,94,21); }

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

<style>
 span { border-color: #8E5E15; }

 span { border-color: rgb(142,94,21); }

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