#8E5215

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

Shades of Saddle Brown #8E5215

Tints of Saddle Brown #8E5215

Color information

#8E5215 (or 0x8E5215) is unknown color: approx Saddle Brown. HEX triplet: 8E, 52 and 15. RGB value is (142,82,21). Sum of RGB (Red+Green+Blue) = 142+82+21=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5215 is #71ADEA. Grayscale: #5D5D5D. Windows color (decimal): -7450091 or 1397390. OLE color: 1397390.

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

Color convert

RGB1428221-
CMYK00.420.850.44
HSL30.25º74.23%31.96%-
HSV(B)30.25º85.21%55.69%-
XYZ14.3111.842.24-
YUV92.9987.38162.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=57.96%
G=33.47%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142822100.420.850.4430.2574.2331.96
Hex8E521502A552C1e4a20
Octal21612225052125543611240
Binary1000111010100101010101010101010101101100111101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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