Shades of Prairie Sand #873E2F
Tints of Prairie Sand #873E2F
RGB
CMYK
RGB Variations
Color information
#873E2F (or 0x873E2F) is known color: Prairie Sand. HEX triplet: 87, 3E and 2F. RGB value is (135,62,47). Sum of RGB (Red+Green+Blue) = 135+62+47=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #873E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E2F is #78C1D0. Grayscale: #525252. Windows color (decimal): -7913937 or 3096199. OLE color: 3096199.
HSL color Cylindrical-coordinate representation of color #873E2F: hue angle of 10.23º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873E2F is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 62 | 47 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.47 |
| HSL | 10.23º | 0.48% | 0.36% | - |
| HSV(B) | 10.23º | 0.65% | 0.53% | - |
| XYZ | 12.23 | 8.8 | 3.74 | - |
| YUV | 82.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 47 | 0 | 0.54 | 0.65 | 0.47 | 10.23 | 0.48 | 0.36 |
| Hex | 87 | 3E | 2F | 0 | 36 | 41 | 2F | A | 30 | 24 |
| Octal | 207 | 76 | 57 | 0 | 66 | 101 | 57 | 12 | 60 | 44 |
| Binary | 10000111 | 111110 | 101111 | 0 | 110110 | 1000001 | 101111 | 1010 | 110000 | 100100 |
Color Harmonies of #873E2F
Complementary color
Monochromatic Colors of #873E2F
Black with #873E2F
Text Example
Text Example
White with #873E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873E2F; }
p { color: rgb(135,62,47); }
H1.HeaderClassName
{
color: #873E2F;
}
.AnyTagClassName
{
color: #873E2F;
}
</style>
background-color css
<style>
a { background-color: #873E2F; }
a { background-color: rgb(135,62,47); }
div.DivClassName
{
background-color: #873E2F;
}
.BgClassName
{
background-color: #873E2F;
}
</style>
border-color css
<style>
span { border-color: #873E2F; }
span { border-color: rgb(135,62,47); }
td.TdClassName
{
border-color: #873E2F;
}
.TagClassName
{
border-color: #873E2F;
}
</style>