#8E5315

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

Shades of Saddle Brown #8E5315

Tints of Saddle Brown #8E5315

Color information

#8E5315 (or 0x8E5315) is unknown color: approx Saddle Brown. HEX triplet: 8E, 53 and 15. RGB value is (142,83,21). Sum of RGB (Red+Green+Blue) = 142+83+21=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5315 is #71ACEA. Grayscale: #5D5D5D. Windows color (decimal): -7449835 or 1397646. OLE color: 1397646.

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

Color convert

RGB1428321-
CMYK00.420.850.44
HSL30.74º74.23%31.96%-
HSV(B)30.74º85.21%55.69%-
XYZ14.3811.992.27-
YUV93.5787.05162.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.72%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=57.72%
G=33.74%
B=8.54%

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
Decimal142832100.420.850.4430.7474.2331.96
Hex8E531502A552C1f4a20
Octal21612325052125543711240
Binary1000111010100111010101010101010101101100111111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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