Shades of Saddle Brown #87390D
Tints of Saddle Brown #87390D
RGB
CMYK
RGB Variations
Color information
#87390D (or 0x87390D) is known color: Saddle Brown. HEX triplet: 87, 39 and 0D. RGB value is (135,57,13). Sum of RGB (Red+Green+Blue) = 135+57+13=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #87390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87390D is #78C6F2. Grayscale: #4B4B4B. Windows color (decimal): -7915251 or 866695. OLE color: 866695.
HSL color Cylindrical-coordinate representation of color #87390D: hue angle of 21.64º degrees, saturation: 0.82, 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 #87390D is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 57 | 13 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.47 |
| HSL | 21.64º | 0.82% | 0.29% | - |
| HSV(B) | 21.64º | 0.9% | 0.53% | - |
| XYZ | 11.53 | 8.11 | 1.34 | - |
| YUV | 75.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 57 | 13 | 0 | 0.58 | 0.90 | 0.47 | 21.64 | 0.82 | 0.29 |
| Hex | 87 | 39 | D | 0 | 3A | 5A | 2F | 16 | 52 | 1D |
| Octal | 207 | 71 | 15 | 0 | 72 | 132 | 57 | 26 | 122 | 35 |
| Binary | 10000111 | 111001 | 1101 | 0 | 111010 | 1011010 | 101111 | 10110 | 1010010 | 11101 |
Color Harmonies of #87390D
Complementary color
Monochromatic Colors of #87390D
Black with #87390D
Text Example
Text Example
White with #87390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87390D; }
p { color: rgb(135,57,13); }
H1.HeaderClassName
{
color: #87390D;
}
.AnyTagClassName
{
color: #87390D;
}
</style>
background-color css
<style>
a { background-color: #87390D; }
a { background-color: rgb(135,57,13); }
div.DivClassName
{
background-color: #87390D;
}
.BgClassName
{
background-color: #87390D;
}
</style>
border-color css
<style>
span { border-color: #87390D; }
span { border-color: rgb(135,57,13); }
td.TdClassName
{
border-color: #87390D;
}
.TagClassName
{
border-color: #87390D;
}
</style>