Shades of Saddle Brown #86460A
Tints of Saddle Brown #86460A
RGB
CMYK
RGB Variations
Color information
#86460A (or 0x86460A) is known color: Saddle Brown. HEX triplet: 86, 46 and 0A. RGB value is (134,70,10). Sum of RGB (Red+Green+Blue) = 134+70+10=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86460A is #79B9F5. Grayscale: #525252. Windows color (decimal): -7977462 or 673414. OLE color: 673414.
HSL color Cylindrical-coordinate representation of color #86460A: hue angle of 29.03º 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 #86460A is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 10 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.47 |
| HSL | 29.03º | 0.86% | 0.28% | - |
| HSV(B) | 29.03º | 0.93% | 0.53% | - |
| XYZ | 12.08 | 9.47 | 1.48 | - |
| YUV | 82.3 | 87.2 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 10 | 0 | 0.48 | 0.93 | 0.47 | 29.03 | 0.86 | 0.28 |
| Hex | 86 | 46 | A | 0 | 30 | 5D | 2F | 1D | 56 | 1C |
| Octal | 206 | 106 | 12 | 0 | 60 | 135 | 57 | 35 | 126 | 34 |
| Binary | 10000110 | 1000110 | 1010 | 0 | 110000 | 1011101 | 101111 | 11101 | 1010110 | 11100 |
Color Harmonies of #86460A
Complementary color
Monochromatic Colors of #86460A
Black with #86460A
Text Example
Text Example
White with #86460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86460A; }
p { color: rgb(134,70,10); }
H1.HeaderClassName
{
color: #86460A;
}
.AnyTagClassName
{
color: #86460A;
}
</style>
background-color css
<style>
a { background-color: #86460A; }
a { background-color: rgb(134,70,10); }
div.DivClassName
{
background-color: #86460A;
}
.BgClassName
{
background-color: #86460A;
}
</style>
border-color css
<style>
span { border-color: #86460A; }
span { border-color: rgb(134,70,10); }
td.TdClassName
{
border-color: #86460A;
}
.TagClassName
{
border-color: #86460A;
}
</style>