Shades of Prairie Sand #873F37
Tints of Prairie Sand #873F37
RGB
CMYK
RGB Variations
Color information
#873F37 (or 0x873F37) is known color: Prairie Sand. HEX triplet: 87, 3F and 37. RGB value is (135,63,55). Sum of RGB (Red+Green+Blue) = 135+63+55=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #873F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F37 is #78C0C8. Grayscale: #535353. Windows color (decimal): -7913673 or 3620743. OLE color: 3620743.
HSL color Cylindrical-coordinate representation of color #873F37: hue angle of 6º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873F37 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 55 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.47 |
| HSL | 6º | 0.42% | 0.37% | - |
| HSV(B) | 6º | 0.59% | 0.53% | - |
| XYZ | 12.46 | 8.98 | 4.69 | - |
| YUV | 83.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 55 | 0 | 0.53 | 0.59 | 0.47 | 6 | 0.42 | 0.37 |
| Hex | 87 | 3F | 37 | 0 | 35 | 3B | 2F | 6 | 2A | 25 |
| Octal | 207 | 77 | 67 | 0 | 65 | 73 | 57 | 6 | 52 | 45 |
| Binary | 10000111 | 111111 | 110111 | 0 | 110101 | 111011 | 101111 | 110 | 101010 | 100101 |
Color Harmonies of #873F37
Complementary color
Monochromatic Colors of #873F37
Black with #873F37
Text Example
Text Example
White with #873F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F37; }
p { color: rgb(135,63,55); }
H1.HeaderClassName
{
color: #873F37;
}
.AnyTagClassName
{
color: #873F37;
}
</style>
background-color css
<style>
a { background-color: #873F37; }
a { background-color: rgb(135,63,55); }
div.DivClassName
{
background-color: #873F37;
}
.BgClassName
{
background-color: #873F37;
}
</style>
border-color css
<style>
span { border-color: #873F37; }
span { border-color: rgb(135,63,55); }
td.TdClassName
{
border-color: #873F37;
}
.TagClassName
{
border-color: #873F37;
}
</style>