Shades of Prairie Sand #873C35
Tints of Prairie Sand #873C35
RGB
CMYK
RGB Variations
Color information
#873C35 (or 0x873C35) is known color: Prairie Sand. HEX triplet: 87, 3C and 35. RGB value is (135,60,53). Sum of RGB (Red+Green+Blue) = 135+60+53=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #873C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C35 is #78C3CA. Grayscale: #515151. Windows color (decimal): -7914443 or 3488903. OLE color: 3488903.
HSL color Cylindrical-coordinate representation of color #873C35: hue angle of 5.12º 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 #873C35 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 53 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.47 |
| HSL | 5.12º | 0.44% | 0.37% | - |
| HSV(B) | 5.12º | 0.61% | 0.53% | - |
| XYZ | 12.25 | 8.64 | 4.39 | - |
| YUV | 81.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 53 | 0 | 0.56 | 0.61 | 0.47 | 5.12 | 0.44 | 0.37 |
| Hex | 87 | 3C | 35 | 0 | 38 | 3D | 2F | 5 | 2C | 25 |
| Octal | 207 | 74 | 65 | 0 | 70 | 75 | 57 | 5 | 54 | 45 |
| Binary | 10000111 | 111100 | 110101 | 0 | 111000 | 111101 | 101111 | 101 | 101100 | 100101 |
Color Harmonies of #873C35
Complementary color
Monochromatic Colors of #873C35
Black with #873C35
Text Example
Text Example
White with #873C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C35; }
p { color: rgb(135,60,53); }
H1.HeaderClassName
{
color: #873C35;
}
.AnyTagClassName
{
color: #873C35;
}
</style>
background-color css
<style>
a { background-color: #873C35; }
a { background-color: rgb(135,60,53); }
div.DivClassName
{
background-color: #873C35;
}
.BgClassName
{
background-color: #873C35;
}
</style>
border-color css
<style>
span { border-color: #873C35; }
span { border-color: rgb(135,60,53); }
td.TdClassName
{
border-color: #873C35;
}
.TagClassName
{
border-color: #873C35;
}
</style>