Shades of Saddle Brown #87510C
Tints of Saddle Brown #87510C
RGB
CMYK
RGB Variations
Color information
#87510C (or 0x87510C) is known color: Saddle Brown. HEX triplet: 87, 51 and 0C. RGB value is (135,81,12). Sum of RGB (Red+Green+Blue) = 135+81+12=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87510C is #78AEF3. Grayscale: #595959. Windows color (decimal): -7909108 or 807303. OLE color: 807303.
HSL color Cylindrical-coordinate representation of color #87510C: hue angle of 33.66º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87510C is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 12 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.47 |
| HSL | 33.66º | 0.84% | 0.29% | - |
| HSV(B) | 33.66º | 0.91% | 0.53% | - |
| XYZ | 13 | 11.06 | 1.8 | - |
| YUV | 89.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 12 | 0 | 0.40 | 0.91 | 0.47 | 33.66 | 0.84 | 0.29 |
| Hex | 87 | 51 | C | 0 | 28 | 5B | 2F | 22 | 54 | 1D |
| Octal | 207 | 121 | 14 | 0 | 50 | 133 | 57 | 42 | 124 | 35 |
| Binary | 10000111 | 1010001 | 1100 | 0 | 101000 | 1011011 | 101111 | 100010 | 1010100 | 11101 |
Color Harmonies of #87510C
Complementary color
Monochromatic Colors of #87510C
Black with #87510C
Text Example
Text Example
White with #87510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87510C; }
p { color: rgb(135,81,12); }
H1.HeaderClassName
{
color: #87510C;
}
.AnyTagClassName
{
color: #87510C;
}
</style>
background-color css
<style>
a { background-color: #87510C; }
a { background-color: rgb(135,81,12); }
div.DivClassName
{
background-color: #87510C;
}
.BgClassName
{
background-color: #87510C;
}
</style>
border-color css
<style>
span { border-color: #87510C; }
span { border-color: rgb(135,81,12); }
td.TdClassName
{
border-color: #87510C;
}
.TagClassName
{
border-color: #87510C;
}
</style>