#8D4718

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

Shades of Saddle Brown #8D4718

Tints of Saddle Brown #8D4718

Color information

#8D4718 (or 0x8D4718) is unknown color: approx Saddle Brown. HEX triplet: 8D, 47 and 18. RGB value is (141,71,24). Sum of RGB (Red+Green+Blue) = 141+71+24=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4718 is #72B8E7. Grayscale: #565656. Windows color (decimal): -7518440 or 1591181. OLE color: 1591181.

HSL color Cylindrical-coordinate representation of color #8D4718: hue angle of 24.1º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D4718 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1417124-
CMYK00.500.830.45
HSL24.1º70.91%32.35%-
HSV(B)24.1º82.98%55.29%-
XYZ13.410.242.13-
YUV86.5792.69166.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.75%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=59.75%
G=30.08%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141712400.500.830.4524.170.9132.35
Hex8D4718032532D184720
Octal21510730062123553010740
Binary1000110110001111100001100101010011101101110001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,71,24); }

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

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

 a { background-color: rgb(141,71,24); }

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

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

 span { border-color: rgb(141,71,24); }

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