#8e5f19

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

Shades of Golden Brown #8E5F19

Tints of Golden Brown #8E5F19

Color information

#8E5F19 (or 0x8E5F19) is unknown color: approx Golden Brown. HEX triplet: 8E, 5F and 19. RGB value is (142,95,25). Sum of RGB (Red+Green+Blue) = 142+95+25=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5F19 is #71A0E6. Grayscale: #656565. Windows color (decimal): -7446759 or 1662862. OLE color: 1662862.

HSL color Cylindrical-coordinate representation of color #8E5F19: hue angle of 35.9º 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 #8E5F19 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1429525-
CMYK00.330.820.44
HSL35.9º70.06%32.75%-
HSV(B)35.9º82.39%55.69%-
XYZ15.4214.012.81-
YUV101.0785.07157.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=54.20%
G=36.26%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142952500.330.820.4435.970.0632.75
Hex8E5F19021522C244621
Octal21613731041122544410641
Binary10001110101111111001010000110100101011001001001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e5f19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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