#8E340E

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

Shades of Saddle Brown #8E340E

Tints of Saddle Brown #8E340E

Color information

#8E340E (or 0x8E340E) is unknown color: approx Saddle Brown. HEX triplet: 8E, 34 and 0E. RGB value is (142,52,14). Sum of RGB (Red+Green+Blue) = 142+52+14=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E340E is #71CBF1. Grayscale: #4A4A4A. Windows color (decimal): -7457778 or 930958. OLE color: 930958.

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

Color convert

RGB1425214-
CMYK00.630.900.44
HSL17.81º82.05%30.59%-
HSV(B)17.81º90.14%55.69%-
XYZ12.468.241.35-
YUV74.5893.82176.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.27%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=68.27%
G=25%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142521400.630.900.4417.8182.0530.59
Hex8E34E03F5A2C12521f
Octal2166416077132542212237
Binary1000111011010011100111111101101010110010010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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