Shades of Saddle Brown #874701
Tints of Saddle Brown #874701
RGB
CMYK
RGB Variations
Color information
#874701 (or 0x874701) is known color: Saddle Brown. HEX triplet: 87, 47 and 01. RGB value is (135,71,1). Sum of RGB (Red+Green+Blue) = 135+71+1=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #874701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874701 is #78B8FE. Grayscale: #525252. Windows color (decimal): -7911679 or 83847. OLE color: 83847.
HSL color Cylindrical-coordinate representation of color #874701: hue angle of 31.34º 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 #874701 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 71 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.47 |
| HSL | 31.34º | 0.99% | 0.27% | - |
| HSV(B) | 31.34º | 0.99% | 0.53% | - |
| XYZ | 12.25 | 9.66 | 1.25 | - |
| YUV | 82.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 1 | 0 | 0.47 | 0.99 | 0.47 | 31.34 | 0.99 | 0.27 |
| Hex | 87 | 47 | 1 | 0 | 2F | 63 | 2F | 1F | 63 | 1B |
| Octal | 207 | 107 | 1 | 0 | 57 | 143 | 57 | 37 | 143 | 33 |
| Binary | 10000111 | 1000111 | 1 | 0 | 101111 | 1100011 | 101111 | 11111 | 1100011 | 11011 |
Color Harmonies of #874701
Complementary color
Monochromatic Colors of #874701
Black with #874701
Text Example
Text Example
White with #874701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874701; }
p { color: rgb(135,71,1); }
H1.HeaderClassName
{
color: #874701;
}
.AnyTagClassName
{
color: #874701;
}
</style>
background-color css
<style>
a { background-color: #874701; }
a { background-color: rgb(135,71,1); }
div.DivClassName
{
background-color: #874701;
}
.BgClassName
{
background-color: #874701;
}
</style>
border-color css
<style>
span { border-color: #874701; }
span { border-color: rgb(135,71,1); }
td.TdClassName
{
border-color: #874701;
}
.TagClassName
{
border-color: #874701;
}
</style>