Shades of Saddle Brown #8D420D
Tints of Saddle Brown #8D420D
RGB
CMYK
RGB Variations
Color information
#8D420D (or 0x8D420D) is known color: Saddle Brown. HEX triplet: 8D, 42 and 0D. RGB value is (141,66,13). Sum of RGB (Red+Green+Blue) = 141+66+13=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D420D is #72BDF2. Grayscale: #525252. Windows color (decimal): -7519731 or 869005. OLE color: 869005.
HSL color Cylindrical-coordinate representation of color #8D420D: hue angle of 24.84º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D420D is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 13 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.45 |
| HSL | 24.84º | 0.83% | 0.3% | - |
| HSV(B) | 24.84º | 0.91% | 0.55% | - |
| XYZ | 13.01 | 9.59 | 1.55 | - |
| YUV | 82.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 13 | 0 | 0.53 | 0.91 | 0.45 | 24.84 | 0.83 | 0.3 |
| Hex | 8D | 42 | D | 0 | 35 | 5B | 2D | 19 | 53 | 1E |
| Octal | 215 | 102 | 15 | 0 | 65 | 133 | 55 | 31 | 123 | 36 |
| Binary | 10001101 | 1000010 | 1101 | 0 | 110101 | 1011011 | 101101 | 11001 | 1010011 | 11110 |
Color Harmonies of #8D420D
Complementary color
Monochromatic Colors of #8D420D
Black with #8D420D
Text Example
Text Example
White with #8D420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D420D; }
p { color: rgb(141,66,13); }
H1.HeaderClassName
{
color: #8D420D;
}
.AnyTagClassName
{
color: #8D420D;
}
</style>
background-color css
<style>
a { background-color: #8D420D; }
a { background-color: rgb(141,66,13); }
div.DivClassName
{
background-color: #8D420D;
}
.BgClassName
{
background-color: #8D420D;
}
</style>
border-color css
<style>
span { border-color: #8D420D; }
span { border-color: rgb(141,66,13); }
td.TdClassName
{
border-color: #8D420D;
}
.TagClassName
{
border-color: #8D420D;
}
</style>