Shades of Saddle Brown #873700
Tints of Saddle Brown #873700
RGB
CMYK
RGB Variations
Color information
#873700 (or 0x873700) is known color: Saddle Brown. HEX triplet: 87, 37 and 00. RGB value is (135,55,0). Sum of RGB (Red+Green+Blue) = 135+55+0=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #873700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873700 is #78C8FF. Grayscale: #484848. Windows color (decimal): -7915776 or 14215. OLE color: 14215.
HSL color Cylindrical-coordinate representation of color #873700: hue angle of 24.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #873700 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.47 |
| HSL | 24.44º | 1% | 0.26% | - |
| HSV(B) | 24.44º | 1% | 0.53% | - |
| XYZ | 11.36 | 7.88 | 0.92 | - |
| YUV | 72.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 0 | 0 | 0.59 | 1 | 0.47 | 24.44 | 1 | 0.26 |
| Hex | 87 | 37 | 0 | 0 | 3B | 64 | 2F | 18 | 64 | 1A |
| Octal | 207 | 67 | 0 | 0 | 73 | 144 | 57 | 30 | 144 | 32 |
| Binary | 10000111 | 110111 | 0 | 0 | 111011 | 1100100 | 101111 | 11000 | 1100100 | 11010 |
Color Harmonies of #873700
Complementary color
Monochromatic Colors of #873700
Black with #873700
Text Example
Text Example
White with #873700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873700; }
p { color: rgb(135,55,0); }
H1.HeaderClassName
{
color: #873700;
}
.AnyTagClassName
{
color: #873700;
}
</style>
background-color css
<style>
a { background-color: #873700; }
a { background-color: rgb(135,55,0); }
div.DivClassName
{
background-color: #873700;
}
.BgClassName
{
background-color: #873700;
}
</style>
border-color css
<style>
span { border-color: #873700; }
span { border-color: rgb(135,55,0); }
td.TdClassName
{
border-color: #873700;
}
.TagClassName
{
border-color: #873700;
}
</style>