Shades of Saddle Brown #8D4610
Tints of Saddle Brown #8D4610
RGB
CMYK
RGB Variations
Color information
#8D4610 (or 0x8D4610) is known color: Saddle Brown. HEX triplet: 8D, 46 and 10. RGB value is (141,70,16). Sum of RGB (Red+Green+Blue) = 141+70+16=227 (30% of max value = 765). Red value is 141 (55.47% from 255 or 62.11% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4610 is #72B9EF. Grayscale: #555555. Windows color (decimal): -7518704 or 1066637. OLE color: 1066637.
HSL color Cylindrical-coordinate representation of color #8D4610: hue angle of 25.92º 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 #8D4610 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 16 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.45 |
| HSL | 25.92º | 0.8% | 0.31% | - |
| HSV(B) | 25.92º | 0.89% | 0.55% | - |
| XYZ | 13.27 | 10.08 | 1.74 | - |
| YUV | 85.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 16 | 0 | 0.50 | 0.89 | 0.45 | 25.92 | 0.8 | 0.31 |
| Hex | 8D | 46 | 10 | 0 | 32 | 59 | 2D | 1A | 50 | 1F |
| Octal | 215 | 106 | 20 | 0 | 62 | 131 | 55 | 32 | 120 | 37 |
| Binary | 10001101 | 1000110 | 10000 | 0 | 110010 | 1011001 | 101101 | 11010 | 1010000 | 11111 |
Color Harmonies of #8D4610
Complementary color
Monochromatic Colors of #8D4610
Black with #8D4610
Text Example
Text Example
White with #8D4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4610; }
p { color: rgb(141,70,16); }
H1.HeaderClassName
{
color: #8D4610;
}
.AnyTagClassName
{
color: #8D4610;
}
</style>
background-color css
<style>
a { background-color: #8D4610; }
a { background-color: rgb(141,70,16); }
div.DivClassName
{
background-color: #8D4610;
}
.BgClassName
{
background-color: #8D4610;
}
</style>
border-color css
<style>
span { border-color: #8D4610; }
span { border-color: rgb(141,70,16); }
td.TdClassName
{
border-color: #8D4610;
}
.TagClassName
{
border-color: #8D4610;
}
</style>