Shades of Saddle Brown #873210
Tints of Saddle Brown #873210
RGB
CMYK
RGB Variations
Color information
#873210 (or 0x873210) is known color: Saddle Brown. HEX triplet: 87, 32 and 10. RGB value is (135,50,16). Sum of RGB (Red+Green+Blue) = 135+50+16=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #873210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873210 is #78CDEF. Grayscale: #474747. Windows color (decimal): -7917040 or 1061511. OLE color: 1061511.
HSL color Cylindrical-coordinate representation of color #873210: hue angle of 17.14º 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 #873210 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 16 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.47 |
| HSL | 17.14º | 0.79% | 0.3% | - |
| HSV(B) | 17.14º | 0.88% | 0.53% | - |
| XYZ | 11.23 | 7.47 | 1.34 | - |
| YUV | 71.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 16 | 0 | 0.63 | 0.88 | 0.47 | 17.14 | 0.79 | 0.3 |
| Hex | 87 | 32 | 10 | 0 | 3F | 58 | 2F | 11 | 4F | 1E |
| Octal | 207 | 62 | 20 | 0 | 77 | 130 | 57 | 21 | 117 | 36 |
| Binary | 10000111 | 110010 | 10000 | 0 | 111111 | 1011000 | 101111 | 10001 | 1001111 | 11110 |
Color Harmonies of #873210
Complementary color
Monochromatic Colors of #873210
Black with #873210
Text Example
Text Example
White with #873210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873210; }
p { color: rgb(135,50,16); }
H1.HeaderClassName
{
color: #873210;
}
.AnyTagClassName
{
color: #873210;
}
</style>
background-color css
<style>
a { background-color: #873210; }
a { background-color: rgb(135,50,16); }
div.DivClassName
{
background-color: #873210;
}
.BgClassName
{
background-color: #873210;
}
</style>
border-color css
<style>
span { border-color: #873210; }
span { border-color: rgb(135,50,16); }
td.TdClassName
{
border-color: #873210;
}
.TagClassName
{
border-color: #873210;
}
</style>