#8E5C0E

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

Shades of Golden Brown #8E5C0E

Tints of Golden Brown #8E5C0E

Color information

#8E5C0E (or 0x8E5C0E) is unknown color: approx Golden Brown. HEX triplet: 8E, 5C and 0E. RGB value is (142,92,14). Sum of RGB (Red+Green+Blue) = 142+92+14=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5C0E is #71A3F1. Grayscale: #626262. Windows color (decimal): -7447538 or 941198. OLE color: 941198.

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

Color convert

RGB1429214-
CMYK00.350.900.44
HSL36.56º82.05%30.59%-
HSV(B)36.56º90.14%55.69%-
XYZ15.0613.442.22-
YUV98.0680.56159.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 14 (5.86% from 255) = 5.65%
R=57.26%
G=37.10%
B=5.65%

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
Decimal142921400.350.900.4436.5682.0530.59
Hex8E5CE0235A2C25521f
Octal21613416043132544512237
Binary100011101011100111001000111011010101100100101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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