#8E3E11

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

Shades of Saddle Brown #8E3E11

Tints of Saddle Brown #8E3E11

Color information

#8E3E11 (or 0x8E3E11) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3E and 11. RGB value is (142,62,17). Sum of RGB (Red+Green+Blue) = 142+62+17=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3E11 is #71C1EE. Grayscale: #515151. Windows color (decimal): -7455215 or 1130126. OLE color: 1130126.

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

Color convert

RGB1426217-
CMYK00.560.880.44
HSL21.6º78.62%31.18%-
HSV(B)21.6º88.03%55.69%-
XYZ12.989.241.63-
YUV80.7992171.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.25%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=64.25%
G=28.05%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142621700.560.880.4421.678.6231.18
Hex8E3E11038582C164f1f
Octal2167621070130542611737
Binary10001110111110100010111000101100010110010110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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