Shades of Saddle Brown #8D4205
Tints of Saddle Brown #8D4205
RGB
CMYK
RGB Variations
Color information
#8D4205 (or 0x8D4205) is known color: Saddle Brown. HEX triplet: 8D, 42 and 05. RGB value is (141,66,5). Sum of RGB (Red+Green+Blue) = 141+66+5=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4205 is #72BDFA. Grayscale: #515151. Windows color (decimal): -7519739 or 344717. OLE color: 344717.
HSL color Cylindrical-coordinate representation of color #8D4205: hue angle of 26.91º 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 #8D4205 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 5 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.45 |
| HSL | 26.91º | 0.93% | 0.29% | - |
| HSV(B) | 26.91º | 0.96% | 0.55% | - |
| XYZ | 12.96 | 9.57 | 1.31 | - |
| YUV | 81.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 5 | 0 | 0.53 | 0.96 | 0.45 | 26.91 | 0.93 | 0.29 |
| Hex | 8D | 42 | 5 | 0 | 35 | 60 | 2D | 1B | 5D | 1D |
| Octal | 215 | 102 | 5 | 0 | 65 | 140 | 55 | 33 | 135 | 35 |
| Binary | 10001101 | 1000010 | 101 | 0 | 110101 | 1100000 | 101101 | 11011 | 1011101 | 11101 |
Color Harmonies of #8D4205
Complementary color
Monochromatic Colors of #8D4205
Black with #8D4205
Text Example
Text Example
White with #8D4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4205; }
p { color: rgb(141,66,5); }
H1.HeaderClassName
{
color: #8D4205;
}
.AnyTagClassName
{
color: #8D4205;
}
</style>
background-color css
<style>
a { background-color: #8D4205; }
a { background-color: rgb(141,66,5); }
div.DivClassName
{
background-color: #8D4205;
}
.BgClassName
{
background-color: #8D4205;
}
</style>
border-color css
<style>
span { border-color: #8D4205; }
span { border-color: rgb(141,66,5); }
td.TdClassName
{
border-color: #8D4205;
}
.TagClassName
{
border-color: #8D4205;
}
</style>