Shades of Saddle Brown #874510
Tints of Saddle Brown #874510
RGB
CMYK
RGB Variations
Color information
#874510 (or 0x874510) is known color: Saddle Brown. HEX triplet: 87, 45 and 10. RGB value is (135,69,16). Sum of RGB (Red+Green+Blue) = 135+69+16=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #874510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874510 is #78BAEF. Grayscale: #525252. Windows color (decimal): -7912176 or 1066375. OLE color: 1066375.
HSL color Cylindrical-coordinate representation of color #874510: hue angle of 26.72º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #874510 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 16 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.47 |
| HSL | 26.72º | 0.79% | 0.3% | - |
| HSV(B) | 26.72º | 0.88% | 0.53% | - |
| XYZ | 12.21 | 9.44 | 1.67 | - |
| YUV | 82.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 16 | 0 | 0.49 | 0.88 | 0.47 | 26.72 | 0.79 | 0.3 |
| Hex | 87 | 45 | 10 | 0 | 31 | 58 | 2F | 1B | 4F | 1E |
| Octal | 207 | 105 | 20 | 0 | 61 | 130 | 57 | 33 | 117 | 36 |
| Binary | 10000111 | 1000101 | 10000 | 0 | 110001 | 1011000 | 101111 | 11011 | 1001111 | 11110 |
Color Harmonies of #874510
Complementary color
Monochromatic Colors of #874510
Black with #874510
Text Example
Text Example
White with #874510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874510; }
p { color: rgb(135,69,16); }
H1.HeaderClassName
{
color: #874510;
}
.AnyTagClassName
{
color: #874510;
}
</style>
background-color css
<style>
a { background-color: #874510; }
a { background-color: rgb(135,69,16); }
div.DivClassName
{
background-color: #874510;
}
.BgClassName
{
background-color: #874510;
}
</style>
border-color css
<style>
span { border-color: #874510; }
span { border-color: rgb(135,69,16); }
td.TdClassName
{
border-color: #874510;
}
.TagClassName
{
border-color: #874510;
}
</style>