Shades of Saddle Brown #864501
Tints of Saddle Brown #864501
RGB
CMYK
RGB Variations
Color information
#864501 (or 0x864501) is known color: Saddle Brown. HEX triplet: 86, 45 and 01. RGB value is (134,69,1). Sum of RGB (Red+Green+Blue) = 134+69+1=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #864501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864501 is #79BAFE. Grayscale: #515151. Windows color (decimal): -7977727 or 83334. OLE color: 83334.
HSL color Cylindrical-coordinate representation of color #864501: hue angle of 30.68º 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 #864501 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.47 |
| HSL | 30.68º | 0.99% | 0.26% | - |
| HSV(B) | 30.68º | 0.99% | 0.53% | - |
| XYZ | 11.97 | 9.33 | 1.2 | - |
| YUV | 80.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 1 | 0 | 0.49 | 0.99 | 0.47 | 30.68 | 0.99 | 0.26 |
| Hex | 86 | 45 | 1 | 0 | 31 | 63 | 2F | 1F | 63 | 1A |
| Octal | 206 | 105 | 1 | 0 | 61 | 143 | 57 | 37 | 143 | 32 |
| Binary | 10000110 | 1000101 | 1 | 0 | 110001 | 1100011 | 101111 | 11111 | 1100011 | 11010 |
Color Harmonies of #864501
Complementary color
Monochromatic Colors of #864501
Black with #864501
Text Example
Text Example
White with #864501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864501; }
p { color: rgb(134,69,1); }
H1.HeaderClassName
{
color: #864501;
}
.AnyTagClassName
{
color: #864501;
}
</style>
background-color css
<style>
a { background-color: #864501; }
a { background-color: rgb(134,69,1); }
div.DivClassName
{
background-color: #864501;
}
.BgClassName
{
background-color: #864501;
}
</style>
border-color css
<style>
span { border-color: #864501; }
span { border-color: rgb(134,69,1); }
td.TdClassName
{
border-color: #864501;
}
.TagClassName
{
border-color: #864501;
}
</style>