Shades of Saddle Brown #86470D
Tints of Saddle Brown #86470D
RGB
CMYK
RGB Variations
Color information
#86470D (or 0x86470D) is known color: Saddle Brown. HEX triplet: 86, 47 and 0D. RGB value is (134,71,13). Sum of RGB (Red+Green+Blue) = 134+71+13=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86470D is #79B8F2. Grayscale: #535353. Windows color (decimal): -7977203 or 870278. OLE color: 870278.
HSL color Cylindrical-coordinate representation of color #86470D: hue angle of 28.76º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86470D is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 71 | 13 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.47 |
| HSL | 28.76º | 0.82% | 0.29% | - |
| HSV(B) | 28.76º | 0.9% | 0.53% | - |
| XYZ | 12.16 | 9.6 | 1.59 | - |
| YUV | 83.23 | 88.37 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 13 | 0 | 0.47 | 0.90 | 0.47 | 28.76 | 0.82 | 0.29 |
| Hex | 86 | 47 | D | 0 | 2F | 5A | 2F | 1D | 52 | 1D |
| Octal | 206 | 107 | 15 | 0 | 57 | 132 | 57 | 35 | 122 | 35 |
| Binary | 10000110 | 1000111 | 1101 | 0 | 101111 | 1011010 | 101111 | 11101 | 1010010 | 11101 |
Color Harmonies of #86470D
Complementary color
Monochromatic Colors of #86470D
Black with #86470D
Text Example
Text Example
White with #86470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86470D; }
p { color: rgb(134,71,13); }
H1.HeaderClassName
{
color: #86470D;
}
.AnyTagClassName
{
color: #86470D;
}
</style>
background-color css
<style>
a { background-color: #86470D; }
a { background-color: rgb(134,71,13); }
div.DivClassName
{
background-color: #86470D;
}
.BgClassName
{
background-color: #86470D;
}
</style>
border-color css
<style>
span { border-color: #86470D; }
span { border-color: rgb(134,71,13); }
td.TdClassName
{
border-color: #86470D;
}
.TagClassName
{
border-color: #86470D;
}
</style>