#8D3505

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

Shades of Saddle Brown #8D3505

Tints of Saddle Brown #8D3505

Color information

#8D3505 (or 0x8D3505) is unknown color: approx Saddle Brown. HEX triplet: 8D, 35 and 05. RGB value is (141,53,5). Sum of RGB (Red+Green+Blue) = 141+53+5=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3505 is #72CAFA. Grayscale: #4A4A4A. Windows color (decimal): -7523067 or 341389. OLE color: 341389.

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

Color convert

RGB141535-
CMYK00.620.960.45
HSL21.18º93.15%28.63%-
HSV(B)21.18º96.45%55.29%-
XYZ12.298.221.08-
YUV73.8489.15175.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.85%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=70.85%
G=26.63%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14153500.620.960.4521.1893.1528.63
Hex8D35503E602D155d1d
Octal215655076140552513535
Binary100011011101011010111110110000010110110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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