Shades of Prairie Sand #843C31
Tints of Prairie Sand #843C31
RGB
CMYK
RGB Variations
Color information
#843C31 (or 0x843C31) is known color: Prairie Sand. HEX triplet: 84, 3C and 31. RGB value is (132,60,49). Sum of RGB (Red+Green+Blue) = 132+60+49=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #843C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C31 is #7BC3CE. Grayscale: #505050. Windows color (decimal): -8111055 or 3226756. OLE color: 3226756.
HSL color Cylindrical-coordinate representation of color #843C31: hue angle of 7.95º 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 #843C31 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 49 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.48 |
| HSL | 7.95º | 0.46% | 0.35% | - |
| HSV(B) | 7.95º | 0.63% | 0.52% | - |
| XYZ | 11.69 | 8.36 | 3.9 | - |
| YUV | 80.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 49 | 0 | 0.55 | 0.63 | 0.48 | 7.95 | 0.46 | 0.35 |
| Hex | 84 | 3C | 31 | 0 | 37 | 3F | 30 | 8 | 2E | 23 |
| Octal | 204 | 74 | 61 | 0 | 67 | 77 | 60 | 10 | 56 | 43 |
| Binary | 10000100 | 111100 | 110001 | 0 | 110111 | 111111 | 110000 | 1000 | 101110 | 100011 |
Color Harmonies of #843C31
Complementary color
Monochromatic Colors of #843C31
Black with #843C31
Text Example
Text Example
White with #843C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C31; }
p { color: rgb(132,60,49); }
H1.HeaderClassName
{
color: #843C31;
}
.AnyTagClassName
{
color: #843C31;
}
</style>
background-color css
<style>
a { background-color: #843C31; }
a { background-color: rgb(132,60,49); }
div.DivClassName
{
background-color: #843C31;
}
.BgClassName
{
background-color: #843C31;
}
</style>
border-color css
<style>
span { border-color: #843C31; }
span { border-color: rgb(132,60,49); }
td.TdClassName
{
border-color: #843C31;
}
.TagClassName
{
border-color: #843C31;
}
</style>