Shades of Saddle Brown #862701
Tints of Saddle Brown #862701
RGB
CMYK
RGB Variations
Color information
#862701 (or 0x862701) is known color: Saddle Brown. HEX triplet: 86, 27 and 01. RGB value is (134,39,1). Sum of RGB (Red+Green+Blue) = 134+39+1=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #862701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862701 is #79D8FE. Grayscale: #3F3F3F. Windows color (decimal): -7985407 or 75654. OLE color: 75654.
HSL color Cylindrical-coordinate representation of color #862701: hue angle of 17.14º 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 #862701 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.47 |
| HSL | 17.14º | 0.99% | 0.26% | - |
| HSV(B) | 17.14º | 0.99% | 0.53% | - |
| XYZ | 10.56 | 6.52 | 0.73 | - |
| YUV | 63.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 1 | 0 | 0.71 | 0.99 | 0.47 | 17.14 | 0.99 | 0.26 |
| Hex | 86 | 27 | 1 | 0 | 47 | 63 | 2F | 11 | 63 | 1A |
| Octal | 206 | 47 | 1 | 0 | 107 | 143 | 57 | 21 | 143 | 32 |
| Binary | 10000110 | 100111 | 1 | 0 | 1000111 | 1100011 | 101111 | 10001 | 1100011 | 11010 |
Color Harmonies of #862701
Complementary color
Monochromatic Colors of #862701
Black with #862701
Text Example
Text Example
White with #862701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862701; }
p { color: rgb(134,39,1); }
H1.HeaderClassName
{
color: #862701;
}
.AnyTagClassName
{
color: #862701;
}
</style>
background-color css
<style>
a { background-color: #862701; }
a { background-color: rgb(134,39,1); }
div.DivClassName
{
background-color: #862701;
}
.BgClassName
{
background-color: #862701;
}
</style>
border-color css
<style>
span { border-color: #862701; }
span { border-color: rgb(134,39,1); }
td.TdClassName
{
border-color: #862701;
}
.TagClassName
{
border-color: #862701;
}
</style>