Shades of Prairie Sand #843F31
Tints of Prairie Sand #843F31
RGB
CMYK
RGB Variations
Color information
#843F31 (or 0x843F31) is known color: Prairie Sand. HEX triplet: 84, 3F and 31. RGB value is (132,63,49). Sum of RGB (Red+Green+Blue) = 132+63+49=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #843F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F31 is #7BC0CE. Grayscale: #525252. Windows color (decimal): -8110287 or 3227524. OLE color: 3227524.
HSL color Cylindrical-coordinate representation of color #843F31: hue angle of 10.12º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843F31 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 49 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.48 |
| HSL | 10.12º | 0.46% | 0.35% | - |
| HSV(B) | 10.12º | 0.63% | 0.52% | - |
| XYZ | 11.85 | 8.68 | 3.96 | - |
| YUV | 82.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 49 | 0 | 0.52 | 0.63 | 0.48 | 10.12 | 0.46 | 0.35 |
| Hex | 84 | 3F | 31 | 0 | 34 | 3F | 30 | A | 2E | 23 |
| Octal | 204 | 77 | 61 | 0 | 64 | 77 | 60 | 12 | 56 | 43 |
| Binary | 10000100 | 111111 | 110001 | 0 | 110100 | 111111 | 110000 | 1010 | 101110 | 100011 |
Color Harmonies of #843F31
Complementary color
Monochromatic Colors of #843F31
Black with #843F31
Text Example
Text Example
White with #843F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F31; }
p { color: rgb(132,63,49); }
H1.HeaderClassName
{
color: #843F31;
}
.AnyTagClassName
{
color: #843F31;
}
</style>
background-color css
<style>
a { background-color: #843F31; }
a { background-color: rgb(132,63,49); }
div.DivClassName
{
background-color: #843F31;
}
.BgClassName
{
background-color: #843F31;
}
</style>
border-color css
<style>
span { border-color: #843F31; }
span { border-color: rgb(132,63,49); }
td.TdClassName
{
border-color: #843F31;
}
.TagClassName
{
border-color: #843F31;
}
</style>