#8E4E14

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

Shades of Saddle Brown #8E4E14

Tints of Saddle Brown #8E4E14

Color information

#8E4E14 (or 0x8E4E14) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4E and 14. RGB value is (142,78,20). Sum of RGB (Red+Green+Blue) = 142+78+20=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E4E14 is #71B1EB. Grayscale: #5A5A5A. Windows color (decimal): -7451116 or 1330830. OLE color: 1330830.

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

Color convert

RGB1427820-
CMYK00.450.860.44
HSL28.52º75.31%31.76%-
HSV(B)28.52º85.92%55.69%-
XYZ14.0111.252.1-
YUV90.5288.2164.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=59.17%
G=32.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142782000.450.860.4428.5275.3131.76
Hex8E4E1402D562C1d4b20
Octal21611624055126543511340
Binary1000111010011101010001011011010110101100111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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