Shades of Saddle Brown #863701
Tints of Saddle Brown #863701
RGB
CMYK
RGB Variations
Color information
#863701 (or 0x863701) is known color: Saddle Brown. HEX triplet: 86, 37 and 01. RGB value is (134,55,1). Sum of RGB (Red+Green+Blue) = 134+55+1=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #863701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863701 is #79C8FE. Grayscale: #484848. Windows color (decimal): -7981311 or 79750. OLE color: 79750.
HSL color Cylindrical-coordinate representation of color #863701: hue angle of 24.36º 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 #863701 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.47 |
| HSL | 24.36º | 0.99% | 0.26% | - |
| HSV(B) | 24.36º | 0.99% | 0.53% | - |
| XYZ | 11.2 | 7.8 | 0.94 | - |
| YUV | 72.47 | 87.67 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 1 | 0 | 0.59 | 0.99 | 0.47 | 24.36 | 0.99 | 0.26 |
| Hex | 86 | 37 | 1 | 0 | 3B | 63 | 2F | 18 | 63 | 1A |
| Octal | 206 | 67 | 1 | 0 | 73 | 143 | 57 | 30 | 143 | 32 |
| Binary | 10000110 | 110111 | 1 | 0 | 111011 | 1100011 | 101111 | 11000 | 1100011 | 11010 |
Color Harmonies of #863701
Complementary color
Monochromatic Colors of #863701
Black with #863701
Text Example
Text Example
White with #863701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863701; }
p { color: rgb(134,55,1); }
H1.HeaderClassName
{
color: #863701;
}
.AnyTagClassName
{
color: #863701;
}
</style>
background-color css
<style>
a { background-color: #863701; }
a { background-color: rgb(134,55,1); }
div.DivClassName
{
background-color: #863701;
}
.BgClassName
{
background-color: #863701;
}
</style>
border-color css
<style>
span { border-color: #863701; }
span { border-color: rgb(134,55,1); }
td.TdClassName
{
border-color: #863701;
}
.TagClassName
{
border-color: #863701;
}
</style>