Shades of Saddle Brown #873511
Tints of Saddle Brown #873511
RGB
CMYK
RGB Variations
Color information
#873511 (or 0x873511) is known color: Saddle Brown. HEX triplet: 87, 35 and 11. RGB value is (135,53,17). Sum of RGB (Red+Green+Blue) = 135+53+17=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #873511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873511 is #78CAEE. Grayscale: #494949. Windows color (decimal): -7916271 or 1127815. OLE color: 1127815.
HSL color Cylindrical-coordinate representation of color #873511: hue angle of 18.31º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #873511 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 17 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.47 |
| HSL | 18.31º | 0.78% | 0.3% | - |
| HSV(B) | 18.31º | 0.87% | 0.53% | - |
| XYZ | 11.37 | 7.74 | 1.42 | - |
| YUV | 73.41 | 96.17 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 17 | 0 | 0.61 | 0.87 | 0.47 | 18.31 | 0.78 | 0.3 |
| Hex | 87 | 35 | 11 | 0 | 3D | 57 | 2F | 12 | 4E | 1E |
| Octal | 207 | 65 | 21 | 0 | 75 | 127 | 57 | 22 | 116 | 36 |
| Binary | 10000111 | 110101 | 10001 | 0 | 111101 | 1010111 | 101111 | 10010 | 1001110 | 11110 |
Color Harmonies of #873511
Complementary color
Monochromatic Colors of #873511
Black with #873511
Text Example
Text Example
White with #873511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873511; }
p { color: rgb(135,53,17); }
H1.HeaderClassName
{
color: #873511;
}
.AnyTagClassName
{
color: #873511;
}
</style>
background-color css
<style>
a { background-color: #873511; }
a { background-color: rgb(135,53,17); }
div.DivClassName
{
background-color: #873511;
}
.BgClassName
{
background-color: #873511;
}
</style>
border-color css
<style>
span { border-color: #873511; }
span { border-color: rgb(135,53,17); }
td.TdClassName
{
border-color: #873511;
}
.TagClassName
{
border-color: #873511;
}
</style>