Shades of Saddle Brown #8D411E
Tints of Saddle Brown #8D411E
RGB
CMYK
RGB Variations
Color information
#8D411E (or 0x8D411E) is known color: Saddle Brown. HEX triplet: 8D, 41 and 1E. RGB value is (141,65,30). Sum of RGB (Red+Green+Blue) = 141+65+30=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D411E is #72BEE1. Grayscale: #535353. Windows color (decimal): -7519970 or 1982861. OLE color: 1982861.
HSL color Cylindrical-coordinate representation of color #8D411E: hue angle of 18.92º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D411E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 30 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.45 |
| HSL | 18.92º | 0.65% | 0.34% | - |
| HSV(B) | 18.92º | 0.79% | 0.55% | - |
| XYZ | 13.11 | 9.54 | 2.38 | - |
| YUV | 83.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 30 | 0 | 0.54 | 0.79 | 0.45 | 18.92 | 0.65 | 0.34 |
| Hex | 8D | 41 | 1E | 0 | 36 | 4F | 2D | 13 | 41 | 22 |
| Octal | 215 | 101 | 36 | 0 | 66 | 117 | 55 | 23 | 101 | 42 |
| Binary | 10001101 | 1000001 | 11110 | 0 | 110110 | 1001111 | 101101 | 10011 | 1000001 | 100010 |
Color Harmonies of #8D411E
Complementary color
Monochromatic Colors of #8D411E
Black with #8D411E
Text Example
Text Example
White with #8D411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D411E; }
p { color: rgb(141,65,30); }
H1.HeaderClassName
{
color: #8D411E;
}
.AnyTagClassName
{
color: #8D411E;
}
</style>
background-color css
<style>
a { background-color: #8D411E; }
a { background-color: rgb(141,65,30); }
div.DivClassName
{
background-color: #8D411E;
}
.BgClassName
{
background-color: #8D411E;
}
</style>
border-color css
<style>
span { border-color: #8D411E; }
span { border-color: rgb(141,65,30); }
td.TdClassName
{
border-color: #8D411E;
}
.TagClassName
{
border-color: #8D411E;
}
</style>