Shades of Saddle Brown #8D4F10
Tints of Saddle Brown #8D4F10
RGB
CMYK
RGB Variations
Color information
#8D4F10 (or 0x8D4F10) is known color: Saddle Brown. HEX triplet: 8D, 4F and 10. RGB value is (141,79,16). Sum of RGB (Red+Green+Blue) = 141+79+16=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D4F10 is #72B0EF. Grayscale: #5A5A5A. Windows color (decimal): -7516400 or 1068941. OLE color: 1068941.
HSL color Cylindrical-coordinate representation of color #8D4F10: hue angle of 30.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D4F10 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 79 | 16 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.45 |
| HSL | 30.24º | 0.8% | 0.31% | - |
| HSV(B) | 30.24º | 0.89% | 0.55% | - |
| XYZ | 13.87 | 11.29 | 1.94 | - |
| YUV | 90.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 16 | 0 | 0.44 | 0.89 | 0.45 | 30.24 | 0.8 | 0.31 |
| Hex | 8D | 4F | 10 | 0 | 2C | 59 | 2D | 1E | 50 | 1F |
| Octal | 215 | 117 | 20 | 0 | 54 | 131 | 55 | 36 | 120 | 37 |
| Binary | 10001101 | 1001111 | 10000 | 0 | 101100 | 1011001 | 101101 | 11110 | 1010000 | 11111 |
Color Harmonies of #8D4F10
Complementary color
Monochromatic Colors of #8D4F10
Black with #8D4F10
Text Example
Text Example
White with #8D4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4F10; }
p { color: rgb(141,79,16); }
H1.HeaderClassName
{
color: #8D4F10;
}
.AnyTagClassName
{
color: #8D4F10;
}
</style>
background-color css
<style>
a { background-color: #8D4F10; }
a { background-color: rgb(141,79,16); }
div.DivClassName
{
background-color: #8D4F10;
}
.BgClassName
{
background-color: #8D4F10;
}
</style>
border-color css
<style>
span { border-color: #8D4F10; }
span { border-color: rgb(141,79,16); }
td.TdClassName
{
border-color: #8D4F10;
}
.TagClassName
{
border-color: #8D4F10;
}
</style>