#8e4a14

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

Shades of Saddle Brown #8E4A14

Tints of Saddle Brown #8E4A14

Color information

#8E4A14 (or 0x8E4A14) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4A and 14. RGB value is (142,74,20). Sum of RGB (Red+Green+Blue) = 142+74+20=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4A14 is #71B5EB. Grayscale: #585858. Windows color (decimal): -7452140 or 1329806. OLE color: 1329806.

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

Color convert

RGB1427420-
CMYK00.480.860.44
HSL26.56º75.31%31.76%-
HSV(B)26.56º85.92%55.69%-
XYZ13.7310.72-
YUV88.1889.53166.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.17%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 20 (8.20% from 255) = 8.47%
R=60.17%
G=31.36%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142742000.480.860.4426.5675.3131.76
Hex8E4A14030562C1b4b20
Octal21611224060126543311340
Binary1000111010010101010001100001010110101100110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e4a14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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