#8E5A08

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

Shades of Golden Brown #8E5A08

Tints of Golden Brown #8E5A08

Color information

#8E5A08 (or 0x8E5A08) is unknown color: approx Golden Brown. HEX triplet: 8E, 5A and 08. RGB value is (142,90,8). Sum of RGB (Red+Green+Blue) = 142+90+8=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5A08 is #71A5F7. Grayscale: #606060. Windows color (decimal): -7448056 or 547470. OLE color: 547470.

HSL color Cylindrical-coordinate representation of color #8E5A08: hue angle of 36.72º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E5A08 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB142908-
CMYK00.370.940.44
HSL36.72º89.33%29.41%-
HSV(B)36.72º94.37%55.69%-
XYZ14.8613.081.97-
YUV96.278.23160.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 8 (3.52% from 255) = 3.33%
R=59.17%
G=37.5%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14290800.370.940.4436.7289.3329.41
Hex8E5A80255E2C25591d
Octal21613210045136544513135
Binary100011101011010100001001011011110101100100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,90,8); }

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

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

 a { background-color: rgb(142,90,8); }

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

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

 span { border-color: rgb(142,90,8); }

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