Shades of Saddle Brown #86470A
Tints of Saddle Brown #86470A
RGB
CMYK
RGB Variations
Color information
#86470A (or 0x86470A) is known color: Saddle Brown. HEX triplet: 86, 47 and 0A. RGB value is (134,71,10). Sum of RGB (Red+Green+Blue) = 134+71+10=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86470A is #79B8F5. Grayscale: #535353. Windows color (decimal): -7977206 or 673670. OLE color: 673670.
HSL color Cylindrical-coordinate representation of color #86470A: hue angle of 29.52º 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 #86470A is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 71 | 10 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.47 |
| HSL | 29.52º | 0.86% | 0.28% | - |
| HSV(B) | 29.52º | 0.93% | 0.53% | - |
| XYZ | 12.14 | 9.6 | 1.5 | - |
| YUV | 82.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 10 | 0 | 0.47 | 0.93 | 0.47 | 29.52 | 0.86 | 0.28 |
| Hex | 86 | 47 | A | 0 | 2F | 5D | 2F | 1E | 56 | 1C |
| Octal | 206 | 107 | 12 | 0 | 57 | 135 | 57 | 36 | 126 | 34 |
| Binary | 10000110 | 1000111 | 1010 | 0 | 101111 | 1011101 | 101111 | 11110 | 1010110 | 11100 |
Color Harmonies of #86470A
Complementary color
Monochromatic Colors of #86470A
Black with #86470A
Text Example
Text Example
White with #86470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86470A; }
p { color: rgb(134,71,10); }
H1.HeaderClassName
{
color: #86470A;
}
.AnyTagClassName
{
color: #86470A;
}
</style>
background-color css
<style>
a { background-color: #86470A; }
a { background-color: rgb(134,71,10); }
div.DivClassName
{
background-color: #86470A;
}
.BgClassName
{
background-color: #86470A;
}
</style>
border-color css
<style>
span { border-color: #86470A; }
span { border-color: rgb(134,71,10); }
td.TdClassName
{
border-color: #86470A;
}
.TagClassName
{
border-color: #86470A;
}
</style>