Shades of Saddle Brown #875613
Tints of Saddle Brown #875613
RGB
CMYK
RGB Variations
Color information
#875613 (or 0x875613) is known color: Saddle Brown. HEX triplet: 87, 56 and 13. RGB value is (135,86,19). Sum of RGB (Red+Green+Blue) = 135+86+19=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #875613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875613 is #78A9EC. Grayscale: #5D5D5D. Windows color (decimal): -7907821 or 1267335. OLE color: 1267335.
HSL color Cylindrical-coordinate representation of color #875613: hue angle of 34.66º 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 #875613 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 19 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.47 |
| HSL | 34.66º | 0.75% | 0.3% | - |
| HSV(B) | 34.66º | 0.86% | 0.53% | - |
| XYZ | 13.44 | 11.85 | 2.2 | - |
| YUV | 93.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 19 | 0 | 0.36 | 0.86 | 0.47 | 34.66 | 0.75 | 0.3 |
| Hex | 87 | 56 | 13 | 0 | 24 | 56 | 2F | 23 | 4B | 1E |
| Octal | 207 | 126 | 23 | 0 | 44 | 126 | 57 | 43 | 113 | 36 |
| Binary | 10000111 | 1010110 | 10011 | 0 | 100100 | 1010110 | 101111 | 100011 | 1001011 | 11110 |
Color Harmonies of #875613
Complementary color
Monochromatic Colors of #875613
Black with #875613
Text Example
Text Example
White with #875613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875613; }
p { color: rgb(135,86,19); }
H1.HeaderClassName
{
color: #875613;
}
.AnyTagClassName
{
color: #875613;
}
</style>
background-color css
<style>
a { background-color: #875613; }
a { background-color: rgb(135,86,19); }
div.DivClassName
{
background-color: #875613;
}
.BgClassName
{
background-color: #875613;
}
</style>
border-color css
<style>
span { border-color: #875613; }
span { border-color: rgb(135,86,19); }
td.TdClassName
{
border-color: #875613;
}
.TagClassName
{
border-color: #875613;
}
</style>