Shades of Saddle Brown #864101
Tints of Saddle Brown #864101
RGB
CMYK
RGB Variations
Color information
#864101 (or 0x864101) is known color: Saddle Brown. HEX triplet: 86, 41 and 01. RGB value is (134,65,1). Sum of RGB (Red+Green+Blue) = 134+65+1=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #864101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864101 is #79BEFE. Grayscale: #4E4E4E. Windows color (decimal): -7978751 or 82310. OLE color: 82310.
HSL color Cylindrical-coordinate representation of color #864101: hue angle of 28.87º 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 #864101 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.47 |
| HSL | 28.87º | 0.99% | 0.26% | - |
| HSV(B) | 28.87º | 0.99% | 0.53% | - |
| XYZ | 11.73 | 8.85 | 1.12 | - |
| YUV | 78.34 | 84.36 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 1 | 0 | 0.51 | 0.99 | 0.47 | 28.87 | 0.99 | 0.26 |
| Hex | 86 | 41 | 1 | 0 | 33 | 63 | 2F | 1D | 63 | 1A |
| Octal | 206 | 101 | 1 | 0 | 63 | 143 | 57 | 35 | 143 | 32 |
| Binary | 10000110 | 1000001 | 1 | 0 | 110011 | 1100011 | 101111 | 11101 | 1100011 | 11010 |
Color Harmonies of #864101
Complementary color
Monochromatic Colors of #864101
Black with #864101
Text Example
Text Example
White with #864101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864101; }
p { color: rgb(134,65,1); }
H1.HeaderClassName
{
color: #864101;
}
.AnyTagClassName
{
color: #864101;
}
</style>
background-color css
<style>
a { background-color: #864101; }
a { background-color: rgb(134,65,1); }
div.DivClassName
{
background-color: #864101;
}
.BgClassName
{
background-color: #864101;
}
</style>
border-color css
<style>
span { border-color: #864101; }
span { border-color: rgb(134,65,1); }
td.TdClassName
{
border-color: #864101;
}
.TagClassName
{
border-color: #864101;
}
</style>