#8E5D0E

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

Shades of Golden Brown #8E5D0E

Tints of Golden Brown #8E5D0E

Color information

#8E5D0E (or 0x8E5D0E) is unknown color: approx Golden Brown. HEX triplet: 8E, 5D and 0E. RGB value is (142,93,14). Sum of RGB (Red+Green+Blue) = 142+93+14=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5D0E is #71A2F1. Grayscale: #636363. Windows color (decimal): -7447282 or 941454. OLE color: 941454.

HSL color Cylindrical-coordinate representation of color #8E5D0E: hue angle of 37.03º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E5D0E is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1429314-
CMYK00.350.900.44
HSL37.03º82.05%30.59%-
HSV(B)37.03º90.14%55.69%-
XYZ15.1513.612.24-
YUV98.6480.23158.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.03%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=57.03%
G=37.35%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142931400.350.900.4437.0382.0530.59
Hex8E5DE0235A2C25521f
Octal21613516043132544512237
Binary100011101011101111001000111011010101100100101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,93,14); }

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

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

 a { background-color: rgb(142,93,14); }

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

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

 span { border-color: rgb(142,93,14); }

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