Shades of Saddle Brown #875014
Tints of Saddle Brown #875014
RGB
CMYK
RGB Variations
Color information
#875014 (or 0x875014) is known color: Saddle Brown. HEX triplet: 87, 50 and 14. RGB value is (135,80,20). Sum of RGB (Red+Green+Blue) = 135+80+20=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #875014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875014 is #78AFEB. Grayscale: #595959. Windows color (decimal): -7909356 or 1331335. OLE color: 1331335.
HSL color Cylindrical-coordinate representation of color #875014: hue angle of 31.3º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #875014 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 20 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.47 |
| HSL | 31.3º | 0.74% | 0.3% | - |
| HSV(B) | 31.3º | 0.85% | 0.53% | - |
| XYZ | 12.99 | 10.94 | 2.09 | - |
| YUV | 89.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 20 | 0 | 0.41 | 0.85 | 0.47 | 31.3 | 0.74 | 0.3 |
| Hex | 87 | 50 | 14 | 0 | 29 | 55 | 2F | 1F | 4A | 1E |
| Octal | 207 | 120 | 24 | 0 | 51 | 125 | 57 | 37 | 112 | 36 |
| Binary | 10000111 | 1010000 | 10100 | 0 | 101001 | 1010101 | 101111 | 11111 | 1001010 | 11110 |
Color Harmonies of #875014
Complementary color
Monochromatic Colors of #875014
Black with #875014
Text Example
Text Example
White with #875014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875014; }
p { color: rgb(135,80,20); }
H1.HeaderClassName
{
color: #875014;
}
.AnyTagClassName
{
color: #875014;
}
</style>
background-color css
<style>
a { background-color: #875014; }
a { background-color: rgb(135,80,20); }
div.DivClassName
{
background-color: #875014;
}
.BgClassName
{
background-color: #875014;
}
</style>
border-color css
<style>
span { border-color: #875014; }
span { border-color: rgb(135,80,20); }
td.TdClassName
{
border-color: #875014;
}
.TagClassName
{
border-color: #875014;
}
</style>