Shades of Saddle Brown #872701
Tints of Saddle Brown #872701
RGB
CMYK
RGB Variations
Color information
#872701 (or 0x872701) is known color: Saddle Brown. HEX triplet: 87, 27 and 01. RGB value is (135,39,1). Sum of RGB (Red+Green+Blue) = 135+39+1=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #872701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872701 is #78D8FE. Grayscale: #3F3F3F. Windows color (decimal): -7919871 or 75655. OLE color: 75655.
HSL color Cylindrical-coordinate representation of color #872701: hue angle of 17.01º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #872701 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.47 |
| HSL | 17.01º | 0.99% | 0.27% | - |
| HSV(B) | 17.01º | 0.99% | 0.53% | - |
| XYZ | 10.72 | 6.6 | 0.74 | - |
| YUV | 63.37 | 92.8 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 1 | 0 | 0.71 | 0.99 | 0.47 | 17.01 | 0.99 | 0.27 |
| Hex | 87 | 27 | 1 | 0 | 47 | 63 | 2F | 11 | 63 | 1B |
| Octal | 207 | 47 | 1 | 0 | 107 | 143 | 57 | 21 | 143 | 33 |
| Binary | 10000111 | 100111 | 1 | 0 | 1000111 | 1100011 | 101111 | 10001 | 1100011 | 11011 |
Color Harmonies of #872701
Complementary color
Monochromatic Colors of #872701
Black with #872701
Text Example
Text Example
White with #872701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872701; }
p { color: rgb(135,39,1); }
H1.HeaderClassName
{
color: #872701;
}
.AnyTagClassName
{
color: #872701;
}
</style>
background-color css
<style>
a { background-color: #872701; }
a { background-color: rgb(135,39,1); }
div.DivClassName
{
background-color: #872701;
}
.BgClassName
{
background-color: #872701;
}
</style>
border-color css
<style>
span { border-color: #872701; }
span { border-color: rgb(135,39,1); }
td.TdClassName
{
border-color: #872701;
}
.TagClassName
{
border-color: #872701;
}
</style>