Shades of Saddle Brown #864700
Tints of Saddle Brown #864700
RGB
CMYK
RGB Variations
Color information
#864700 (or 0x864700) is known color: Saddle Brown. HEX triplet: 86, 47 and 00. RGB value is (134,71,0). Sum of RGB (Red+Green+Blue) = 134+71+0=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #864700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864700 is #79B8FF. Grayscale: #525252. Windows color (decimal): -7977216 or 18310. OLE color: 18310.
HSL color Cylindrical-coordinate representation of color #864700: hue angle of 31.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #864700 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 71 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.47 |
| HSL | 31.79º | 1% | 0.26% | - |
| HSV(B) | 31.79º | 1% | 0.53% | - |
| XYZ | 12.08 | 9.57 | 1.21 | - |
| YUV | 81.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 0 | 0 | 0.47 | 1 | 0.47 | 31.79 | 1 | 0.26 |
| Hex | 86 | 47 | 0 | 0 | 2F | 64 | 2F | 20 | 64 | 1A |
| Octal | 206 | 107 | 0 | 0 | 57 | 144 | 57 | 40 | 144 | 32 |
| Binary | 10000110 | 1000111 | 0 | 0 | 101111 | 1100100 | 101111 | 100000 | 1100100 | 11010 |
Color Harmonies of #864700
Complementary color
Monochromatic Colors of #864700
Black with #864700
Text Example
Text Example
White with #864700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864700; }
p { color: rgb(134,71,0); }
H1.HeaderClassName
{
color: #864700;
}
.AnyTagClassName
{
color: #864700;
}
</style>
background-color css
<style>
a { background-color: #864700; }
a { background-color: rgb(134,71,0); }
div.DivClassName
{
background-color: #864700;
}
.BgClassName
{
background-color: #864700;
}
</style>
border-color css
<style>
span { border-color: #864700; }
span { border-color: rgb(134,71,0); }
td.TdClassName
{
border-color: #864700;
}
.TagClassName
{
border-color: #864700;
}
</style>