#8E5214

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

Shades of Saddle Brown #8E5214

Tints of Saddle Brown #8E5214

Color information

#8E5214 (or 0x8E5214) is unknown color: approx Saddle Brown. HEX triplet: 8E, 52 and 14. RGB value is (142,82,20). Sum of RGB (Red+Green+Blue) = 142+82+20=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5214 is #71ADEB. Grayscale: #5D5D5D. Windows color (decimal): -7450092 or 1331854. OLE color: 1331854.

HSL color Cylindrical-coordinate representation of color #8E5214: hue angle of 30.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E5214 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1428220-
CMYK00.420.860.44
HSL30.49º75.31%31.76%-
HSV(B)30.49º85.92%55.69%-
XYZ14.311.842.19-
YUV92.8786.88163.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=58.20%
G=33.61%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142822000.420.860.4430.4975.3131.76
Hex8E521402A562C1e4b20
Octal21612224052126543611340
Binary1000111010100101010001010101010110101100111101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,82,20); }

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

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

 a { background-color: rgb(142,82,20); }

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

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

 span { border-color: rgb(142,82,20); }

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