Shades of Prairie Sand #873C34
Tints of Prairie Sand #873C34
RGB
CMYK
RGB Variations
Color information
#873C34 (or 0x873C34) is known color: Prairie Sand. HEX triplet: 87, 3C and 34. RGB value is (135,60,52). Sum of RGB (Red+Green+Blue) = 135+60+52=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #873C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C34 is #78C3CB. Grayscale: #515151. Windows color (decimal): -7914444 or 3423367. OLE color: 3423367.
HSL color Cylindrical-coordinate representation of color #873C34: hue angle of 5.78º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873C34 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 52 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.47 |
| HSL | 5.78º | 0.44% | 0.37% | - |
| HSV(B) | 5.78º | 0.61% | 0.53% | - |
| XYZ | 12.23 | 8.63 | 4.27 | - |
| YUV | 81.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 52 | 0 | 0.56 | 0.61 | 0.47 | 5.78 | 0.44 | 0.37 |
| Hex | 87 | 3C | 34 | 0 | 38 | 3D | 2F | 6 | 2C | 25 |
| Octal | 207 | 74 | 64 | 0 | 70 | 75 | 57 | 6 | 54 | 45 |
| Binary | 10000111 | 111100 | 110100 | 0 | 111000 | 111101 | 101111 | 110 | 101100 | 100101 |
Color Harmonies of #873C34
Complementary color
Monochromatic Colors of #873C34
Black with #873C34
Text Example
Text Example
White with #873C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C34; }
p { color: rgb(135,60,52); }
H1.HeaderClassName
{
color: #873C34;
}
.AnyTagClassName
{
color: #873C34;
}
</style>
background-color css
<style>
a { background-color: #873C34; }
a { background-color: rgb(135,60,52); }
div.DivClassName
{
background-color: #873C34;
}
.BgClassName
{
background-color: #873C34;
}
</style>
border-color css
<style>
span { border-color: #873C34; }
span { border-color: rgb(135,60,52); }
td.TdClassName
{
border-color: #873C34;
}
.TagClassName
{
border-color: #873C34;
}
</style>