#8E4D15

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

Shades of Saddle Brown #8E4D15

Tints of Saddle Brown #8E4D15

Color information

#8E4D15 (or 0x8E4D15) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4D and 15. RGB value is (142,77,21). Sum of RGB (Red+Green+Blue) = 142+77+21=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E4D15 is #71B2EA. Grayscale: #5A5A5A. Windows color (decimal): -7451371 or 1396110. OLE color: 1396110.

HSL color Cylindrical-coordinate representation of color #8E4D15: hue angle of 27.77º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E4D15 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1427721-
CMYK00.460.850.44
HSL27.77º74.23%31.96%-
HSV(B)27.77º85.21%55.69%-
XYZ13.9411.112.12-
YUV90.0589.03165.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=59.17%
G=32.08%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142772100.460.850.4427.7774.2331.96
Hex8E4D1502E552C1c4a20
Octal21611525056125543411240
Binary1000111010011011010101011101010101101100111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,77,21); }

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

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

 a { background-color: rgb(142,77,21); }

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

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

 span { border-color: rgb(142,77,21); }

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