#8E5311

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

Shades of Saddle Brown #8E5311

Tints of Saddle Brown #8E5311

Color information

#8E5311 (or 0x8E5311) is unknown color: approx Saddle Brown. HEX triplet: 8E, 53 and 11. RGB value is (142,83,17). Sum of RGB (Red+Green+Blue) = 142+83+17=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5311 is #71ACEE. Grayscale: #5D5D5D. Windows color (decimal): -7449839 or 1135502. OLE color: 1135502.

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

Color convert

RGB1428317-
CMYK00.420.880.44
HSL31.68º78.62%31.18%-
HSV(B)31.68º88.03%55.69%-
XYZ14.3511.982.09-
YUV93.1285.05162.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.68%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 17 (7.03% from 255) = 7.02%
R=58.68%
G=34.30%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142831700.420.880.4431.6878.6231.18
Hex8E531102A582C204f1f
Octal21612321052130544011737
Binary1000111010100111000101010101011000101100100000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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