#8E5515

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

Shades of Saddle Brown #8E5515

Tints of Saddle Brown #8E5515

Color information

#8E5515 (or 0x8E5515) is unknown color: approx Saddle Brown. HEX triplet: 8E, 55 and 15. RGB value is (142,85,21). Sum of RGB (Red+Green+Blue) = 142+85+21=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5515 is #71AAEA. Grayscale: #5F5F5F. Windows color (decimal): -7449323 or 1398158. OLE color: 1398158.

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

Color convert

RGB1428521-
CMYK00.400.850.44
HSL31.74º74.23%31.96%-
HSV(B)31.74º85.21%55.69%-
XYZ14.5412.32.32-
YUV94.7586.38161.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=57.26%
G=34.27%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142852100.400.850.4431.7474.2331.96
Hex8E5515028552C204a20
Octal21612525050125544011240
Binary10001110101010110101010100010101011011001000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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