Shades of Saddle Brown #8D5212
Tints of Saddle Brown #8D5212
RGB
CMYK
RGB Variations
Color information
#8D5212 (or 0x8D5212) is known color: Saddle Brown. HEX triplet: 8D, 52 and 12. RGB value is (141,82,18). Sum of RGB (Red+Green+Blue) = 141+82+18=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5212 is #72ADED. Grayscale: #5C5C5C. Windows color (decimal): -7515630 or 1200781. OLE color: 1200781.
HSL color Cylindrical-coordinate representation of color #8D5212: hue angle of 31.22º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D5212 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 18 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.45 |
| HSL | 31.22º | 0.77% | 0.31% | - |
| HSV(B) | 31.22º | 0.87% | 0.55% | - |
| XYZ | 14.11 | 11.74 | 2.09 | - |
| YUV | 92.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 18 | 0 | 0.42 | 0.87 | 0.45 | 31.22 | 0.77 | 0.31 |
| Hex | 8D | 52 | 12 | 0 | 2A | 57 | 2D | 1F | 4D | 1F |
| Octal | 215 | 122 | 22 | 0 | 52 | 127 | 55 | 37 | 115 | 37 |
| Binary | 10001101 | 1010010 | 10010 | 0 | 101010 | 1010111 | 101101 | 11111 | 1001101 | 11111 |
Color Harmonies of #8D5212
Complementary color
Monochromatic Colors of #8D5212
Black with #8D5212
Text Example
Text Example
White with #8D5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5212; }
p { color: rgb(141,82,18); }
H1.HeaderClassName
{
color: #8D5212;
}
.AnyTagClassName
{
color: #8D5212;
}
</style>
background-color css
<style>
a { background-color: #8D5212; }
a { background-color: rgb(141,82,18); }
div.DivClassName
{
background-color: #8D5212;
}
.BgClassName
{
background-color: #8D5212;
}
</style>
border-color css
<style>
span { border-color: #8D5212; }
span { border-color: rgb(141,82,18); }
td.TdClassName
{
border-color: #8D5212;
}
.TagClassName
{
border-color: #8D5212;
}
</style>