Shades of Prairie Sand #873C37
Tints of Prairie Sand #873C37
RGB
CMYK
RGB Variations
Color information
#873C37 (or 0x873C37) is known color: Prairie Sand. HEX triplet: 87, 3C and 37. RGB value is (135,60,55). Sum of RGB (Red+Green+Blue) = 135+60+55=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #873C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C37 is #78C3C8. Grayscale: #515151. Windows color (decimal): -7914441 or 3619975. OLE color: 3619975.
HSL color Cylindrical-coordinate representation of color #873C37: hue angle of 3.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873C37 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 55 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.47 |
| HSL | 3.75º | 0.42% | 0.37% | - |
| HSV(B) | 3.75º | 0.59% | 0.53% | - |
| XYZ | 12.3 | 8.66 | 4.64 | - |
| YUV | 81.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 55 | 0 | 0.56 | 0.59 | 0.47 | 3.75 | 0.42 | 0.37 |
| Hex | 87 | 3C | 37 | 0 | 38 | 3B | 2F | 4 | 2A | 25 |
| Octal | 207 | 74 | 67 | 0 | 70 | 73 | 57 | 4 | 52 | 45 |
| Binary | 10000111 | 111100 | 110111 | 0 | 111000 | 111011 | 101111 | 100 | 101010 | 100101 |
Color Harmonies of #873C37
Complementary color
Monochromatic Colors of #873C37
Black with #873C37
Text Example
Text Example
White with #873C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C37; }
p { color: rgb(135,60,55); }
H1.HeaderClassName
{
color: #873C37;
}
.AnyTagClassName
{
color: #873C37;
}
</style>
background-color css
<style>
a { background-color: #873C37; }
a { background-color: rgb(135,60,55); }
div.DivClassName
{
background-color: #873C37;
}
.BgClassName
{
background-color: #873C37;
}
</style>
border-color css
<style>
span { border-color: #873C37; }
span { border-color: rgb(135,60,55); }
td.TdClassName
{
border-color: #873C37;
}
.TagClassName
{
border-color: #873C37;
}
</style>