Shades of Saddle Brown #87540E
Tints of Saddle Brown #87540E
RGB
CMYK
RGB Variations
Color information
#87540E (or 0x87540E) is known color: Saddle Brown. HEX triplet: 87, 54 and 0E. RGB value is (135,84,14). Sum of RGB (Red+Green+Blue) = 135+84+14=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87540E is #78ABF1. Grayscale: #5B5B5B. Windows color (decimal): -7908338 or 939143. OLE color: 939143.
HSL color Cylindrical-coordinate representation of color #87540E: hue angle of 34.71º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87540E is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 14 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.47 |
| HSL | 34.71º | 0.81% | 0.29% | - |
| HSV(B) | 34.71º | 0.9% | 0.53% | - |
| XYZ | 13.24 | 11.52 | 1.94 | - |
| YUV | 91.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 14 | 0 | 0.38 | 0.90 | 0.47 | 34.71 | 0.81 | 0.29 |
| Hex | 87 | 54 | E | 0 | 26 | 5A | 2F | 23 | 51 | 1D |
| Octal | 207 | 124 | 16 | 0 | 46 | 132 | 57 | 43 | 121 | 35 |
| Binary | 10000111 | 1010100 | 1110 | 0 | 100110 | 1011010 | 101111 | 100011 | 1010001 | 11101 |
Color Harmonies of #87540E
Complementary color
Monochromatic Colors of #87540E
Black with #87540E
Text Example
Text Example
White with #87540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87540E; }
p { color: rgb(135,84,14); }
H1.HeaderClassName
{
color: #87540E;
}
.AnyTagClassName
{
color: #87540E;
}
</style>
background-color css
<style>
a { background-color: #87540E; }
a { background-color: rgb(135,84,14); }
div.DivClassName
{
background-color: #87540E;
}
.BgClassName
{
background-color: #87540E;
}
</style>
border-color css
<style>
span { border-color: #87540E; }
span { border-color: rgb(135,84,14); }
td.TdClassName
{
border-color: #87540E;
}
.TagClassName
{
border-color: #87540E;
}
</style>