Shades of Prairie Sand #873D32
Tints of Prairie Sand #873D32
RGB
CMYK
RGB Variations
Color information
#873D32 (or 0x873D32) is known color: Prairie Sand. HEX triplet: 87, 3D and 32. RGB value is (135,61,50). Sum of RGB (Red+Green+Blue) = 135+61+50=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #873D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D32 is #78C2CD. Grayscale: #515151. Windows color (decimal): -7914190 or 3292551. OLE color: 3292551.
HSL color Cylindrical-coordinate representation of color #873D32: hue angle of 7.76º 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 #873D32 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 50 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.47 |
| HSL | 7.76º | 0.46% | 0.36% | - |
| HSV(B) | 7.76º | 0.63% | 0.53% | - |
| XYZ | 12.24 | 8.72 | 4.06 | - |
| YUV | 81.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 50 | 0 | 0.55 | 0.63 | 0.47 | 7.76 | 0.46 | 0.36 |
| Hex | 87 | 3D | 32 | 0 | 37 | 3F | 2F | 8 | 2E | 24 |
| Octal | 207 | 75 | 62 | 0 | 67 | 77 | 57 | 10 | 56 | 44 |
| Binary | 10000111 | 111101 | 110010 | 0 | 110111 | 111111 | 101111 | 1000 | 101110 | 100100 |
Color Harmonies of #873D32
Complementary color
Monochromatic Colors of #873D32
Black with #873D32
Text Example
Text Example
White with #873D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D32; }
p { color: rgb(135,61,50); }
H1.HeaderClassName
{
color: #873D32;
}
.AnyTagClassName
{
color: #873D32;
}
</style>
background-color css
<style>
a { background-color: #873D32; }
a { background-color: rgb(135,61,50); }
div.DivClassName
{
background-color: #873D32;
}
.BgClassName
{
background-color: #873D32;
}
</style>
border-color css
<style>
span { border-color: #873D32; }
span { border-color: rgb(135,61,50); }
td.TdClassName
{
border-color: #873D32;
}
.TagClassName
{
border-color: #873D32;
}
</style>