Shades of Saddle Brown #87400D
Tints of Saddle Brown #87400D
RGB
CMYK
RGB Variations
Color information
#87400D (or 0x87400D) is known color: Saddle Brown. HEX triplet: 87, 40 and 0D. RGB value is (135,64,13). Sum of RGB (Red+Green+Blue) = 135+64+13=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #87400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87400D is #78BFF2. Grayscale: #4F4F4F. Windows color (decimal): -7913459 or 868487. OLE color: 868487.
HSL color Cylindrical-coordinate representation of color #87400D: hue angle of 25.08º 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 #87400D is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 13 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.47 |
| HSL | 25.08º | 0.82% | 0.29% | - |
| HSV(B) | 25.08º | 0.9% | 0.53% | - |
| XYZ | 11.9 | 8.85 | 1.46 | - |
| YUV | 79.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 13 | 0 | 0.53 | 0.90 | 0.47 | 25.08 | 0.82 | 0.29 |
| Hex | 87 | 40 | D | 0 | 35 | 5A | 2F | 19 | 52 | 1D |
| Octal | 207 | 100 | 15 | 0 | 65 | 132 | 57 | 31 | 122 | 35 |
| Binary | 10000111 | 1000000 | 1101 | 0 | 110101 | 1011010 | 101111 | 11001 | 1010010 | 11101 |
Color Harmonies of #87400D
Complementary color
Monochromatic Colors of #87400D
Black with #87400D
Text Example
Text Example
White with #87400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87400D; }
p { color: rgb(135,64,13); }
H1.HeaderClassName
{
color: #87400D;
}
.AnyTagClassName
{
color: #87400D;
}
</style>
background-color css
<style>
a { background-color: #87400D; }
a { background-color: rgb(135,64,13); }
div.DivClassName
{
background-color: #87400D;
}
.BgClassName
{
background-color: #87400D;
}
</style>
border-color css
<style>
span { border-color: #87400D; }
span { border-color: rgb(135,64,13); }
td.TdClassName
{
border-color: #87400D;
}
.TagClassName
{
border-color: #87400D;
}
</style>