Shades of Prairie Sand #873F32
Tints of Prairie Sand #873F32
RGB
CMYK
RGB Variations
Color information
#873F32 (or 0x873F32) is known color: Prairie Sand. HEX triplet: 87, 3F and 32. RGB value is (135,63,50). Sum of RGB (Red+Green+Blue) = 135+63+50=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #873F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F32 is #78C0CD. Grayscale: #535353. Windows color (decimal): -7913678 or 3293063. OLE color: 3293063.
HSL color Cylindrical-coordinate representation of color #873F32: hue angle of 9.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873F32 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 50 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.47 |
| HSL | 9.18º | 0.46% | 0.36% | - |
| HSV(B) | 9.18º | 0.63% | 0.53% | - |
| XYZ | 12.34 | 8.94 | 4.09 | - |
| YUV | 83.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 50 | 0 | 0.53 | 0.63 | 0.47 | 9.18 | 0.46 | 0.36 |
| Hex | 87 | 3F | 32 | 0 | 35 | 3F | 2F | 9 | 2E | 24 |
| Octal | 207 | 77 | 62 | 0 | 65 | 77 | 57 | 11 | 56 | 44 |
| Binary | 10000111 | 111111 | 110010 | 0 | 110101 | 111111 | 101111 | 1001 | 101110 | 100100 |
Color Harmonies of #873F32
Complementary color
Monochromatic Colors of #873F32
Black with #873F32
Text Example
Text Example
White with #873F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F32; }
p { color: rgb(135,63,50); }
H1.HeaderClassName
{
color: #873F32;
}
.AnyTagClassName
{
color: #873F32;
}
</style>
background-color css
<style>
a { background-color: #873F32; }
a { background-color: rgb(135,63,50); }
div.DivClassName
{
background-color: #873F32;
}
.BgClassName
{
background-color: #873F32;
}
</style>
border-color css
<style>
span { border-color: #873F32; }
span { border-color: rgb(135,63,50); }
td.TdClassName
{
border-color: #873F32;
}
.TagClassName
{
border-color: #873F32;
}
</style>