Shades of Saddle Brown #864901
Tints of Saddle Brown #864901
RGB
CMYK
RGB Variations
Color information
#864901 (or 0x864901) is known color: Saddle Brown. HEX triplet: 86, 49 and 01. RGB value is (134,73,1). Sum of RGB (Red+Green+Blue) = 134+73+1=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #864901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864901 is #79B6FE. Grayscale: #535353. Windows color (decimal): -7976703 or 84358. OLE color: 84358.
HSL color Cylindrical-coordinate representation of color #864901: hue angle of 32.48º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #864901 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 73 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.47 |
| HSL | 32.48º | 0.99% | 0.26% | - |
| HSV(B) | 32.48º | 0.99% | 0.53% | - |
| XYZ | 12.22 | 9.84 | 1.28 | - |
| YUV | 83.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 1 | 0 | 0.46 | 0.99 | 0.47 | 32.48 | 0.99 | 0.26 |
| Hex | 86 | 49 | 1 | 0 | 2E | 63 | 2F | 20 | 63 | 1A |
| Octal | 206 | 111 | 1 | 0 | 56 | 143 | 57 | 40 | 143 | 32 |
| Binary | 10000110 | 1001001 | 1 | 0 | 101110 | 1100011 | 101111 | 100000 | 1100011 | 11010 |
Color Harmonies of #864901
Complementary color
Monochromatic Colors of #864901
Black with #864901
Text Example
Text Example
White with #864901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864901; }
p { color: rgb(134,73,1); }
H1.HeaderClassName
{
color: #864901;
}
.AnyTagClassName
{
color: #864901;
}
</style>
background-color css
<style>
a { background-color: #864901; }
a { background-color: rgb(134,73,1); }
div.DivClassName
{
background-color: #864901;
}
.BgClassName
{
background-color: #864901;
}
</style>
border-color css
<style>
span { border-color: #864901; }
span { border-color: rgb(134,73,1); }
td.TdClassName
{
border-color: #864901;
}
.TagClassName
{
border-color: #864901;
}
</style>