#8E4211

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

Shades of Saddle Brown #8E4211

Tints of Saddle Brown #8E4211

Color information

#8E4211 (or 0x8E4211) is unknown color: approx Saddle Brown. HEX triplet: 8E, 42 and 11. RGB value is (142,66,17). Sum of RGB (Red+Green+Blue) = 142+66+17=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4211 is #71BDEE. Grayscale: #535353. Windows color (decimal): -7454191 or 1131150. OLE color: 1131150.

HSL color Cylindrical-coordinate representation of color #8E4211: hue angle of 23.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E4211 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1426617-
CMYK00.540.880.44
HSL23.52º78.62%31.18%-
HSV(B)23.52º88.03%55.69%-
XYZ13.29.691.7-
YUV83.1490.68169.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=63.11%
G=29.33%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142661700.540.880.4423.5278.6231.18
Hex8E4211036582C184f1f
Octal21610221066130543011737
Binary100011101000010100010110110101100010110011000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,17); }

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

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

 a { background-color: rgb(142,66,17); }

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

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

 span { border-color: rgb(142,66,17); }

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