Shades of Saddle Brown #875100
Tints of Saddle Brown #875100
RGB
CMYK
RGB Variations
Color information
#875100 (or 0x875100) is known color: Saddle Brown. HEX triplet: 87, 51 and 00. RGB value is (135,81,0). Sum of RGB (Red+Green+Blue) = 135+81+0=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #875100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875100 is #78AEFF. Grayscale: #585858. Windows color (decimal): -7909120 or 20871. OLE color: 20871.
HSL color Cylindrical-coordinate representation of color #875100: hue angle of 36º 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 #875100 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.47 |
| HSL | 36º | 1% | 0.26% | - |
| HSV(B) | 36º | 1% | 0.53% | - |
| XYZ | 12.93 | 11.04 | 1.45 | - |
| YUV | 87.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 0 | 0 | 0.40 | 1 | 0.47 | 36 | 1 | 0.26 |
| Hex | 87 | 51 | 0 | 0 | 28 | 64 | 2F | 24 | 64 | 1A |
| Octal | 207 | 121 | 0 | 0 | 50 | 144 | 57 | 44 | 144 | 32 |
| Binary | 10000111 | 1010001 | 0 | 0 | 101000 | 1100100 | 101111 | 100100 | 1100100 | 11010 |
Color Harmonies of #875100
Complementary color
Monochromatic Colors of #875100
Black with #875100
Text Example
Text Example
White with #875100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875100; }
p { color: rgb(135,81,0); }
H1.HeaderClassName
{
color: #875100;
}
.AnyTagClassName
{
color: #875100;
}
</style>
background-color css
<style>
a { background-color: #875100; }
a { background-color: rgb(135,81,0); }
div.DivClassName
{
background-color: #875100;
}
.BgClassName
{
background-color: #875100;
}
</style>
border-color css
<style>
span { border-color: #875100; }
span { border-color: rgb(135,81,0); }
td.TdClassName
{
border-color: #875100;
}
.TagClassName
{
border-color: #875100;
}
</style>