Shades of Prairie Sand #843C2F
Tints of Prairie Sand #843C2F
RGB
CMYK
RGB Variations
Color information
#843C2F (or 0x843C2F) is known color: Prairie Sand. HEX triplet: 84, 3C and 2F. RGB value is (132,60,47). Sum of RGB (Red+Green+Blue) = 132+60+47=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #843C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C2F is #7BC3D0. Grayscale: #505050. Windows color (decimal): -8111057 or 3095684. OLE color: 3095684.
HSL color Cylindrical-coordinate representation of color #843C2F: hue angle of 9.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843C2F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 47 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.48 |
| HSL | 9.18º | 0.47% | 0.35% | - |
| HSV(B) | 9.18º | 0.64% | 0.52% | - |
| XYZ | 11.64 | 8.34 | 3.69 | - |
| YUV | 80.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 47 | 0 | 0.55 | 0.64 | 0.48 | 9.18 | 0.47 | 0.35 |
| Hex | 84 | 3C | 2F | 0 | 37 | 40 | 30 | 9 | 2F | 23 |
| Octal | 204 | 74 | 57 | 0 | 67 | 100 | 60 | 11 | 57 | 43 |
| Binary | 10000100 | 111100 | 101111 | 0 | 110111 | 1000000 | 110000 | 1001 | 101111 | 100011 |
Color Harmonies of #843C2F
Complementary color
Monochromatic Colors of #843C2F
Black with #843C2F
Text Example
Text Example
White with #843C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C2F; }
p { color: rgb(132,60,47); }
H1.HeaderClassName
{
color: #843C2F;
}
.AnyTagClassName
{
color: #843C2F;
}
</style>
background-color css
<style>
a { background-color: #843C2F; }
a { background-color: rgb(132,60,47); }
div.DivClassName
{
background-color: #843C2F;
}
.BgClassName
{
background-color: #843C2F;
}
</style>
border-color css
<style>
span { border-color: #843C2F; }
span { border-color: rgb(132,60,47); }
td.TdClassName
{
border-color: #843C2F;
}
.TagClassName
{
border-color: #843C2F;
}
</style>