Shades of Saddle Brown #875013
Tints of Saddle Brown #875013
RGB
CMYK
RGB Variations
Color information
#875013 (or 0x875013) is known color: Saddle Brown. HEX triplet: 87, 50 and 13. RGB value is (135,80,19). Sum of RGB (Red+Green+Blue) = 135+80+19=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #875013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875013 is #78AFEC. Grayscale: #595959. Windows color (decimal): -7909357 or 1265799. OLE color: 1265799.
HSL color Cylindrical-coordinate representation of color #875013: hue angle of 31.55º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #875013 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 19 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.47 |
| HSL | 31.55º | 0.75% | 0.3% | - |
| HSV(B) | 31.55º | 0.86% | 0.53% | - |
| XYZ | 12.98 | 10.94 | 2.04 | - |
| YUV | 89.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 19 | 0 | 0.41 | 0.86 | 0.47 | 31.55 | 0.75 | 0.3 |
| Hex | 87 | 50 | 13 | 0 | 29 | 56 | 2F | 20 | 4B | 1E |
| Octal | 207 | 120 | 23 | 0 | 51 | 126 | 57 | 40 | 113 | 36 |
| Binary | 10000111 | 1010000 | 10011 | 0 | 101001 | 1010110 | 101111 | 100000 | 1001011 | 11110 |
Color Harmonies of #875013
Complementary color
Monochromatic Colors of #875013
Black with #875013
Text Example
Text Example
White with #875013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875013; }
p { color: rgb(135,80,19); }
H1.HeaderClassName
{
color: #875013;
}
.AnyTagClassName
{
color: #875013;
}
</style>
background-color css
<style>
a { background-color: #875013; }
a { background-color: rgb(135,80,19); }
div.DivClassName
{
background-color: #875013;
}
.BgClassName
{
background-color: #875013;
}
</style>
border-color css
<style>
span { border-color: #875013; }
span { border-color: rgb(135,80,19); }
td.TdClassName
{
border-color: #875013;
}
.TagClassName
{
border-color: #875013;
}
</style>