Shades of Saddle Brown #8D4612
Tints of Saddle Brown #8D4612
RGB
CMYK
RGB Variations
Color information
#8D4612 (or 0x8D4612) is known color: Saddle Brown. HEX triplet: 8D, 46 and 12. RGB value is (141,70,18). Sum of RGB (Red+Green+Blue) = 141+70+18=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4612 is #72B9ED. Grayscale: #555555. Windows color (decimal): -7518702 or 1197709. OLE color: 1197709.
HSL color Cylindrical-coordinate representation of color #8D4612: hue angle of 25.37º 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 #8D4612 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 18 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.45 |
| HSL | 25.37º | 0.77% | 0.31% | - |
| HSV(B) | 25.37º | 0.87% | 0.55% | - |
| XYZ | 13.28 | 10.09 | 1.82 | - |
| YUV | 85.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 18 | 0 | 0.50 | 0.87 | 0.45 | 25.37 | 0.77 | 0.31 |
| Hex | 8D | 46 | 12 | 0 | 32 | 57 | 2D | 19 | 4D | 1F |
| Octal | 215 | 106 | 22 | 0 | 62 | 127 | 55 | 31 | 115 | 37 |
| Binary | 10001101 | 1000110 | 10010 | 0 | 110010 | 1010111 | 101101 | 11001 | 1001101 | 11111 |
Color Harmonies of #8D4612
Complementary color
Monochromatic Colors of #8D4612
Black with #8D4612
Text Example
Text Example
White with #8D4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4612; }
p { color: rgb(141,70,18); }
H1.HeaderClassName
{
color: #8D4612;
}
.AnyTagClassName
{
color: #8D4612;
}
</style>
background-color css
<style>
a { background-color: #8D4612; }
a { background-color: rgb(141,70,18); }
div.DivClassName
{
background-color: #8D4612;
}
.BgClassName
{
background-color: #8D4612;
}
</style>
border-color css
<style>
span { border-color: #8D4612; }
span { border-color: rgb(141,70,18); }
td.TdClassName
{
border-color: #8D4612;
}
.TagClassName
{
border-color: #8D4612;
}
</style>