Shades of Saddle Brown #864000
Tints of Saddle Brown #864000
RGB
CMYK
RGB Variations
Color information
#864000 (or 0x864000) is known color: Saddle Brown. HEX triplet: 86, 40 and 00. RGB value is (134,64,0). Sum of RGB (Red+Green+Blue) = 134+64+0=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #864000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864000 is #79BFFF. Grayscale: #4D4D4D. Windows color (decimal): -7979008 or 16518. OLE color: 16518.
HSL color Cylindrical-coordinate representation of color #864000: hue angle of 28.66º 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 #864000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.47 |
| HSL | 28.66º | 1% | 0.26% | - |
| HSV(B) | 28.66º | 1% | 0.53% | - |
| XYZ | 11.66 | 8.74 | 1.07 | - |
| YUV | 77.63 | 84.19 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 0 | 0 | 0.52 | 1 | 0.47 | 28.66 | 1 | 0.26 |
| Hex | 86 | 40 | 0 | 0 | 34 | 64 | 2F | 1D | 64 | 1A |
| Octal | 206 | 100 | 0 | 0 | 64 | 144 | 57 | 35 | 144 | 32 |
| Binary | 10000110 | 1000000 | 0 | 0 | 110100 | 1100100 | 101111 | 11101 | 1100100 | 11010 |
Color Harmonies of #864000
Complementary color
Monochromatic Colors of #864000
Black with #864000
Text Example
Text Example
White with #864000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864000; }
p { color: rgb(134,64,0); }
H1.HeaderClassName
{
color: #864000;
}
.AnyTagClassName
{
color: #864000;
}
</style>
background-color css
<style>
a { background-color: #864000; }
a { background-color: rgb(134,64,0); }
div.DivClassName
{
background-color: #864000;
}
.BgClassName
{
background-color: #864000;
}
</style>
border-color css
<style>
span { border-color: #864000; }
span { border-color: rgb(134,64,0); }
td.TdClassName
{
border-color: #864000;
}
.TagClassName
{
border-color: #864000;
}
</style>