Shades of Prairie Sand #873F33
Tints of Prairie Sand #873F33
RGB
CMYK
RGB Variations
Color information
#873F33 (or 0x873F33) is known color: Prairie Sand. HEX triplet: 87, 3F and 33. RGB value is (135,63,51). Sum of RGB (Red+Green+Blue) = 135+63+51=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F33 is #78C0CC. Grayscale: #535353. Windows color (decimal): -7913677 or 3358599. OLE color: 3358599.
HSL color Cylindrical-coordinate representation of color #873F33: hue angle of 8.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873F33 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 51 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.47 |
| HSL | 8.57º | 0.45% | 0.36% | - |
| HSV(B) | 8.57º | 0.62% | 0.53% | - |
| XYZ | 12.37 | 8.94 | 4.21 | - |
| YUV | 83.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 51 | 0 | 0.53 | 0.62 | 0.47 | 8.57 | 0.45 | 0.36 |
| Hex | 87 | 3F | 33 | 0 | 35 | 3E | 2F | 9 | 2D | 24 |
| Octal | 207 | 77 | 63 | 0 | 65 | 76 | 57 | 11 | 55 | 44 |
| Binary | 10000111 | 111111 | 110011 | 0 | 110101 | 111110 | 101111 | 1001 | 101101 | 100100 |
Color Harmonies of #873F33
Complementary color
Monochromatic Colors of #873F33
Black with #873F33
Text Example
Text Example
White with #873F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F33; }
p { color: rgb(135,63,51); }
H1.HeaderClassName
{
color: #873F33;
}
.AnyTagClassName
{
color: #873F33;
}
</style>
background-color css
<style>
a { background-color: #873F33; }
a { background-color: rgb(135,63,51); }
div.DivClassName
{
background-color: #873F33;
}
.BgClassName
{
background-color: #873F33;
}
</style>
border-color css
<style>
span { border-color: #873F33; }
span { border-color: rgb(135,63,51); }
td.TdClassName
{
border-color: #873F33;
}
.TagClassName
{
border-color: #873F33;
}
</style>