Shades of Saddle Brown #87490E
Tints of Saddle Brown #87490E
RGB
CMYK
RGB Variations
Color information
#87490E (or 0x87490E) is known color: Saddle Brown. HEX triplet: 87, 49 and 0E. RGB value is (135,73,14). Sum of RGB (Red+Green+Blue) = 135+73+14=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #87490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87490E is #78B6F1. Grayscale: #555555. Windows color (decimal): -7911154 or 936327. OLE color: 936327.
HSL color Cylindrical-coordinate representation of color #87490E: hue angle of 29.26º 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 #87490E is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 14 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.47 |
| HSL | 29.26º | 0.81% | 0.29% | - |
| HSV(B) | 29.26º | 0.9% | 0.53% | - |
| XYZ | 12.45 | 9.95 | 1.68 | - |
| YUV | 84.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 14 | 0 | 0.46 | 0.90 | 0.47 | 29.26 | 0.81 | 0.29 |
| Hex | 87 | 49 | E | 0 | 2E | 5A | 2F | 1D | 51 | 1D |
| Octal | 207 | 111 | 16 | 0 | 56 | 132 | 57 | 35 | 121 | 35 |
| Binary | 10000111 | 1001001 | 1110 | 0 | 101110 | 1011010 | 101111 | 11101 | 1010001 | 11101 |
Color Harmonies of #87490E
Complementary color
Monochromatic Colors of #87490E
Black with #87490E
Text Example
Text Example
White with #87490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87490E; }
p { color: rgb(135,73,14); }
H1.HeaderClassName
{
color: #87490E;
}
.AnyTagClassName
{
color: #87490E;
}
</style>
background-color css
<style>
a { background-color: #87490E; }
a { background-color: rgb(135,73,14); }
div.DivClassName
{
background-color: #87490E;
}
.BgClassName
{
background-color: #87490E;
}
</style>
border-color css
<style>
span { border-color: #87490E; }
span { border-color: rgb(135,73,14); }
td.TdClassName
{
border-color: #87490E;
}
.TagClassName
{
border-color: #87490E;
}
</style>