#8E400E

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

Shades of Saddle Brown #8E400E

Tints of Saddle Brown #8E400E

Color information

#8E400E (or 0x8E400E) is unknown color: approx Saddle Brown. HEX triplet: 8E, 40 and 0E. RGB value is (142,64,14). Sum of RGB (Red+Green+Blue) = 142+64+14=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E400E is #71BFF1. Grayscale: #515151. Windows color (decimal): -7454706 or 934030. OLE color: 934030.

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

Color convert

RGB1426414-
CMYK00.550.900.44
HSL23.44º82.05%30.59%-
HSV(B)23.44º90.14%55.69%-
XYZ13.079.451.55-
YUV81.6289.84171.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.55%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=64.55%
G=29.09%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142641400.550.900.4423.4482.0530.59
Hex8E40E0375A2C17521f
Octal21610016067132542712237
Binary10001110100000011100110111101101010110010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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