Shades of Saddle Brown #864F00
Tints of Saddle Brown #864F00
RGB
CMYK
RGB Variations
Color information
#864F00 (or 0x864F00) is known color: Saddle Brown. HEX triplet: 86, 4F and 00. RGB value is (134,79,0). Sum of RGB (Red+Green+Blue) = 134+79+0=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #864F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864F00 is #79B0FF. Grayscale: #565656. Windows color (decimal): -7975168 or 20358. OLE color: 20358.
HSL color Cylindrical-coordinate representation of color #864F00: hue angle of 35.37º 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 #864F00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 79 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.47 |
| HSL | 35.37º | 1% | 0.26% | - |
| HSV(B) | 35.37º | 1% | 0.53% | - |
| XYZ | 12.63 | 10.66 | 1.39 | - |
| YUV | 86.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 0 | 0 | 0.41 | 1 | 0.47 | 35.37 | 1 | 0.26 |
| Hex | 86 | 4F | 0 | 0 | 29 | 64 | 2F | 23 | 64 | 1A |
| Octal | 206 | 117 | 0 | 0 | 51 | 144 | 57 | 43 | 144 | 32 |
| Binary | 10000110 | 1001111 | 0 | 0 | 101001 | 1100100 | 101111 | 100011 | 1100100 | 11010 |
Color Harmonies of #864F00
Complementary color
Monochromatic Colors of #864F00
Black with #864F00
Text Example
Text Example
White with #864F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864F00; }
p { color: rgb(134,79,0); }
H1.HeaderClassName
{
color: #864F00;
}
.AnyTagClassName
{
color: #864F00;
}
</style>
background-color css
<style>
a { background-color: #864F00; }
a { background-color: rgb(134,79,0); }
div.DivClassName
{
background-color: #864F00;
}
.BgClassName
{
background-color: #864F00;
}
</style>
border-color css
<style>
span { border-color: #864F00; }
span { border-color: rgb(134,79,0); }
td.TdClassName
{
border-color: #864F00;
}
.TagClassName
{
border-color: #864F00;
}
</style>