Shades of Saddle Brown #864400
Tints of Saddle Brown #864400
RGB
CMYK
RGB Variations
Color information
#864400 (or 0x864400) is known color: Saddle Brown. HEX triplet: 86, 44 and 00. RGB value is (134,68,0). Sum of RGB (Red+Green+Blue) = 134+68+0=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #864400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864400 is #79BBFF. Grayscale: #505050. Windows color (decimal): -7977984 or 17542. OLE color: 17542.
HSL color Cylindrical-coordinate representation of color #864400: hue angle of 30.45º 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 #864400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 68 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.47 |
| HSL | 30.45º | 1% | 0.26% | - |
| HSV(B) | 30.45º | 1% | 0.53% | - |
| XYZ | 11.9 | 9.2 | 1.15 | - |
| YUV | 79.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 0 | 0 | 0.49 | 1 | 0.47 | 30.45 | 1 | 0.26 |
| Hex | 86 | 44 | 0 | 0 | 31 | 64 | 2F | 1E | 64 | 1A |
| Octal | 206 | 104 | 0 | 0 | 61 | 144 | 57 | 36 | 144 | 32 |
| Binary | 10000110 | 1000100 | 0 | 0 | 110001 | 1100100 | 101111 | 11110 | 1100100 | 11010 |
Color Harmonies of #864400
Complementary color
Monochromatic Colors of #864400
Black with #864400
Text Example
Text Example
White with #864400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864400; }
p { color: rgb(134,68,0); }
H1.HeaderClassName
{
color: #864400;
}
.AnyTagClassName
{
color: #864400;
}
</style>
background-color css
<style>
a { background-color: #864400; }
a { background-color: rgb(134,68,0); }
div.DivClassName
{
background-color: #864400;
}
.BgClassName
{
background-color: #864400;
}
</style>
border-color css
<style>
span { border-color: #864400; }
span { border-color: rgb(134,68,0); }
td.TdClassName
{
border-color: #864400;
}
.TagClassName
{
border-color: #864400;
}
</style>