Shades of Saddle Brown #8D410A
Tints of Saddle Brown #8D410A
RGB
CMYK
RGB Variations
Color information
#8D410A (or 0x8D410A) is known color: Saddle Brown. HEX triplet: 8D, 41 and 0A. RGB value is (141,65,10). Sum of RGB (Red+Green+Blue) = 141+65+10=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D410A is #72BEF5. Grayscale: #515151. Windows color (decimal): -7519990 or 672141. OLE color: 672141.
HSL color Cylindrical-coordinate representation of color #8D410A: hue angle of 25.19º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D410A is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 10 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.45 |
| HSL | 25.19º | 0.87% | 0.3% | - |
| HSV(B) | 25.19º | 0.93% | 0.55% | - |
| XYZ | 12.93 | 9.47 | 1.43 | - |
| YUV | 81.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 10 | 0 | 0.54 | 0.93 | 0.45 | 25.19 | 0.87 | 0.3 |
| Hex | 8D | 41 | A | 0 | 36 | 5D | 2D | 19 | 57 | 1E |
| Octal | 215 | 101 | 12 | 0 | 66 | 135 | 55 | 31 | 127 | 36 |
| Binary | 10001101 | 1000001 | 1010 | 0 | 110110 | 1011101 | 101101 | 11001 | 1010111 | 11110 |
Color Harmonies of #8D410A
Complementary color
Monochromatic Colors of #8D410A
Black with #8D410A
Text Example
Text Example
White with #8D410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D410A; }
p { color: rgb(141,65,10); }
H1.HeaderClassName
{
color: #8D410A;
}
.AnyTagClassName
{
color: #8D410A;
}
</style>
background-color css
<style>
a { background-color: #8D410A; }
a { background-color: rgb(141,65,10); }
div.DivClassName
{
background-color: #8D410A;
}
.BgClassName
{
background-color: #8D410A;
}
</style>
border-color css
<style>
span { border-color: #8D410A; }
span { border-color: rgb(141,65,10); }
td.TdClassName
{
border-color: #8D410A;
}
.TagClassName
{
border-color: #8D410A;
}
</style>