Shades of Saddle Brown #87400F
Tints of Saddle Brown #87400F
RGB
CMYK
RGB Variations
Color information
#87400F (or 0x87400F) is known color: Saddle Brown. HEX triplet: 87, 40 and 0F. RGB value is (135,64,15). Sum of RGB (Red+Green+Blue) = 135+64+15=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87400F is #78BFF0. Grayscale: #4F4F4F. Windows color (decimal): -7913457 or 999559. OLE color: 999559.
HSL color Cylindrical-coordinate representation of color #87400F: hue angle of 24.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87400F is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 15 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.47 |
| HSL | 24.5º | 0.8% | 0.29% | - |
| HSV(B) | 24.5º | 0.89% | 0.53% | - |
| XYZ | 11.91 | 8.85 | 1.53 | - |
| YUV | 79.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 15 | 0 | 0.53 | 0.89 | 0.47 | 24.5 | 0.8 | 0.29 |
| Hex | 87 | 40 | F | 0 | 35 | 59 | 2F | 18 | 50 | 1D |
| Octal | 207 | 100 | 17 | 0 | 65 | 131 | 57 | 30 | 120 | 35 |
| Binary | 10000111 | 1000000 | 1111 | 0 | 110101 | 1011001 | 101111 | 11000 | 1010000 | 11101 |
Color Harmonies of #87400F
Complementary color
Monochromatic Colors of #87400F
Black with #87400F
Text Example
Text Example
White with #87400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87400F; }
p { color: rgb(135,64,15); }
H1.HeaderClassName
{
color: #87400F;
}
.AnyTagClassName
{
color: #87400F;
}
</style>
background-color css
<style>
a { background-color: #87400F; }
a { background-color: rgb(135,64,15); }
div.DivClassName
{
background-color: #87400F;
}
.BgClassName
{
background-color: #87400F;
}
</style>
border-color css
<style>
span { border-color: #87400F; }
span { border-color: rgb(135,64,15); }
td.TdClassName
{
border-color: #87400F;
}
.TagClassName
{
border-color: #87400F;
}
</style>