#8E5E19

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

Shades of Golden Brown #8E5E19

Tints of Golden Brown #8E5E19

Color information

#8E5E19 (or 0x8E5E19) is unknown color: approx Golden Brown. HEX triplet: 8E, 5E and 19. RGB value is (142,94,25). Sum of RGB (Red+Green+Blue) = 142+94+25=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5E19 is #71A1E6. Grayscale: #646464. Windows color (decimal): -7447015 or 1662606. OLE color: 1662606.

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

Color convert

RGB1429425-
CMYK00.340.820.44
HSL35.38º70.06%32.75%-
HSV(B)35.38º82.39%55.69%-
XYZ15.3313.832.78-
YUV100.4985.4157.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 25 (10.16% from 255) = 9.58%
R=54.41%
G=36.02%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142942500.340.820.4435.3870.0632.75
Hex8E5E19022522C234621
Octal21613631042122544310641
Binary10001110101111011001010001010100101011001000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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