#8E3505

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

Shades of Saddle Brown #8E3505

Tints of Saddle Brown #8E3505

Color information

#8E3505 (or 0x8E3505) is unknown color: approx Saddle Brown. HEX triplet: 8E, 35 and 05. RGB value is (142,53,5). Sum of RGB (Red+Green+Blue) = 142+53+5=200 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3505 is #71CAFA. Grayscale: #4A4A4A. Windows color (decimal): -7457531 or 341390. OLE color: 341390.

HSL color Cylindrical-coordinate representation of color #8E3505: hue angle of 21.02º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E3505 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB142535-
CMYK00.630.960.44
HSL21.02º93.2%28.82%-
HSV(B)21.02º96.48%55.69%-
XYZ12.468.311.09-
YUV74.1488.99176.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 5 (2.34% from 255) = 2.5%
R=71%
G=26.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14253500.630.960.4421.0293.228.82
Hex8E35503F602C155d1d
Octal216655077140542513535
Binary100011101101011010111111110000010110010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,53,5); }

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

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

 a { background-color: rgb(142,53,5); }

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

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

 span { border-color: rgb(142,53,5); }

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