Shades of Saddle Brown #875000
Tints of Saddle Brown #875000
RGB
CMYK
RGB Variations
Color information
#875000 (or 0x875000) is known color: Saddle Brown. HEX triplet: 87, 50 and 00. RGB value is (135,80,0). Sum of RGB (Red+Green+Blue) = 135+80+0=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #875000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875000 is #78AFFF. Grayscale: #575757. Windows color (decimal): -7909376 or 20615. OLE color: 20615.
HSL color Cylindrical-coordinate representation of color #875000: hue angle of 35.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #875000 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.47 |
| HSL | 35.56º | 1% | 0.26% | - |
| HSV(B) | 35.56º | 1% | 0.53% | - |
| XYZ | 12.86 | 10.89 | 1.42 | - |
| YUV | 87.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 0 | 0 | 0.41 | 1 | 0.47 | 35.56 | 1 | 0.26 |
| Hex | 87 | 50 | 0 | 0 | 29 | 64 | 2F | 24 | 64 | 1A |
| Octal | 207 | 120 | 0 | 0 | 51 | 144 | 57 | 44 | 144 | 32 |
| Binary | 10000111 | 1010000 | 0 | 0 | 101001 | 1100100 | 101111 | 100100 | 1100100 | 11010 |
Color Harmonies of #875000
Complementary color
Monochromatic Colors of #875000
Black with #875000
Text Example
Text Example
White with #875000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875000; }
p { color: rgb(135,80,0); }
H1.HeaderClassName
{
color: #875000;
}
.AnyTagClassName
{
color: #875000;
}
</style>
background-color css
<style>
a { background-color: #875000; }
a { background-color: rgb(135,80,0); }
div.DivClassName
{
background-color: #875000;
}
.BgClassName
{
background-color: #875000;
}
</style>
border-color css
<style>
span { border-color: #875000; }
span { border-color: rgb(135,80,0); }
td.TdClassName
{
border-color: #875000;
}
.TagClassName
{
border-color: #875000;
}
</style>