Shades of Saddle Brown #8D5213
Tints of Saddle Brown #8D5213
RGB
CMYK
RGB Variations
Color information
#8D5213 (or 0x8D5213) is known color: Saddle Brown. HEX triplet: 8D, 52 and 13. RGB value is (141,82,19). Sum of RGB (Red+Green+Blue) = 141+82+19=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5213 is #72ADEC. Grayscale: #5C5C5C. Windows color (decimal): -7515629 or 1266317. OLE color: 1266317.
HSL color Cylindrical-coordinate representation of color #8D5213: hue angle of 30.98º degrees, saturation: 0.76, 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 #8D5213 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 19 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.45 |
| HSL | 30.98º | 0.76% | 0.31% | - |
| HSV(B) | 30.98º | 0.87% | 0.55% | - |
| XYZ | 14.12 | 11.74 | 2.14 | - |
| YUV | 92.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 19 | 0 | 0.42 | 0.87 | 0.45 | 30.98 | 0.76 | 0.31 |
| Hex | 8D | 52 | 13 | 0 | 2A | 57 | 2D | 1F | 4C | 1F |
| Octal | 215 | 122 | 23 | 0 | 52 | 127 | 55 | 37 | 114 | 37 |
| Binary | 10001101 | 1010010 | 10011 | 0 | 101010 | 1010111 | 101101 | 11111 | 1001100 | 11111 |
Color Harmonies of #8D5213
Complementary color
Monochromatic Colors of #8D5213
Black with #8D5213
Text Example
Text Example
White with #8D5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5213; }
p { color: rgb(141,82,19); }
H1.HeaderClassName
{
color: #8D5213;
}
.AnyTagClassName
{
color: #8D5213;
}
</style>
background-color css
<style>
a { background-color: #8D5213; }
a { background-color: rgb(141,82,19); }
div.DivClassName
{
background-color: #8D5213;
}
.BgClassName
{
background-color: #8D5213;
}
</style>
border-color css
<style>
span { border-color: #8D5213; }
span { border-color: rgb(141,82,19); }
td.TdClassName
{
border-color: #8D5213;
}
.TagClassName
{
border-color: #8D5213;
}
</style>