Shades of Saddle Brown #875001
Tints of Saddle Brown #875001
RGB
CMYK
RGB Variations
Color information
#875001 (or 0x875001) is known color: Saddle Brown. HEX triplet: 87, 50 and 01. RGB value is (135,80,1). Sum of RGB (Red+Green+Blue) = 135+80+1=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #875001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875001 is #78AFFE. Grayscale: #575757. Windows color (decimal): -7909375 or 86151. OLE color: 86151.
HSL color Cylindrical-coordinate representation of color #875001: hue angle of 35.37º 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 #875001 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.47 |
| HSL | 35.37º | 0.99% | 0.27% | - |
| HSV(B) | 35.37º | 0.99% | 0.53% | - |
| XYZ | 12.87 | 10.89 | 1.45 | - |
| YUV | 87.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 1 | 0 | 0.41 | 0.99 | 0.47 | 35.37 | 0.99 | 0.27 |
| Hex | 87 | 50 | 1 | 0 | 29 | 63 | 2F | 23 | 63 | 1B |
| Octal | 207 | 120 | 1 | 0 | 51 | 143 | 57 | 43 | 143 | 33 |
| Binary | 10000111 | 1010000 | 1 | 0 | 101001 | 1100011 | 101111 | 100011 | 1100011 | 11011 |
Color Harmonies of #875001
Complementary color
Monochromatic Colors of #875001
Black with #875001
Text Example
Text Example
White with #875001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875001; }
p { color: rgb(135,80,1); }
H1.HeaderClassName
{
color: #875001;
}
.AnyTagClassName
{
color: #875001;
}
</style>
background-color css
<style>
a { background-color: #875001; }
a { background-color: rgb(135,80,1); }
div.DivClassName
{
background-color: #875001;
}
.BgClassName
{
background-color: #875001;
}
</style>
border-color css
<style>
span { border-color: #875001; }
span { border-color: rgb(135,80,1); }
td.TdClassName
{
border-color: #875001;
}
.TagClassName
{
border-color: #875001;
}
</style>