Shades of Saddle Brown #862F0A
Tints of Saddle Brown #862F0A
RGB
CMYK
RGB Variations
Color information
#862F0A (or 0x862F0A) is known color: Saddle Brown. HEX triplet: 86, 2F and 0A. RGB value is (134,47,10). Sum of RGB (Red+Green+Blue) = 134+47+10=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #862F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F0A is #79D0F5. Grayscale: #454545. Windows color (decimal): -7983350 or 667526. OLE color: 667526.
HSL color Cylindrical-coordinate representation of color #862F0A: hue angle of 17.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #862F0A is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 10 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.47 |
| HSL | 17.9º | 0.86% | 0.28% | - |
| HSV(B) | 17.9º | 0.93% | 0.53% | - |
| XYZ | 10.9 | 7.12 | 1.09 | - |
| YUV | 68.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 10 | 0 | 0.65 | 0.93 | 0.47 | 17.9 | 0.86 | 0.28 |
| Hex | 86 | 2F | A | 0 | 41 | 5D | 2F | 12 | 56 | 1C |
| Octal | 206 | 57 | 12 | 0 | 101 | 135 | 57 | 22 | 126 | 34 |
| Binary | 10000110 | 101111 | 1010 | 0 | 1000001 | 1011101 | 101111 | 10010 | 1010110 | 11100 |
Color Harmonies of #862F0A
Complementary color
Monochromatic Colors of #862F0A
Black with #862F0A
Text Example
Text Example
White with #862F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F0A; }
p { color: rgb(134,47,10); }
H1.HeaderClassName
{
color: #862F0A;
}
.AnyTagClassName
{
color: #862F0A;
}
</style>
background-color css
<style>
a { background-color: #862F0A; }
a { background-color: rgb(134,47,10); }
div.DivClassName
{
background-color: #862F0A;
}
.BgClassName
{
background-color: #862F0A;
}
</style>
border-color css
<style>
span { border-color: #862F0A; }
span { border-color: rgb(134,47,10); }
td.TdClassName
{
border-color: #862F0A;
}
.TagClassName
{
border-color: #862F0A;
}
</style>