Shades of Prairie Sand #843D34
Tints of Prairie Sand #843D34
RGB
CMYK
RGB Variations
Color information
#843D34 (or 0x843D34) is known color: Prairie Sand. HEX triplet: 84, 3D and 34. RGB value is (132,61,52). Sum of RGB (Red+Green+Blue) = 132+61+52=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #843D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D34 is #7BC2CB. Grayscale: #515151. Windows color (decimal): -8110796 or 3423620. OLE color: 3423620.
HSL color Cylindrical-coordinate representation of color #843D34: hue angle of 6.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843D34 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 52 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.48 |
| HSL | 6.75º | 0.43% | 0.36% | - |
| HSV(B) | 6.75º | 0.61% | 0.52% | - |
| XYZ | 11.8 | 8.49 | 4.27 | - |
| YUV | 81.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 52 | 0 | 0.54 | 0.61 | 0.48 | 6.75 | 0.43 | 0.36 |
| Hex | 84 | 3D | 34 | 0 | 36 | 3D | 30 | 7 | 2B | 24 |
| Octal | 204 | 75 | 64 | 0 | 66 | 75 | 60 | 7 | 53 | 44 |
| Binary | 10000100 | 111101 | 110100 | 0 | 110110 | 111101 | 110000 | 111 | 101011 | 100100 |
Color Harmonies of #843D34
Complementary color
Monochromatic Colors of #843D34
Black with #843D34
Text Example
Text Example
White with #843D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D34; }
p { color: rgb(132,61,52); }
H1.HeaderClassName
{
color: #843D34;
}
.AnyTagClassName
{
color: #843D34;
}
</style>
background-color css
<style>
a { background-color: #843D34; }
a { background-color: rgb(132,61,52); }
div.DivClassName
{
background-color: #843D34;
}
.BgClassName
{
background-color: #843D34;
}
</style>
border-color css
<style>
span { border-color: #843D34; }
span { border-color: rgb(132,61,52); }
td.TdClassName
{
border-color: #843D34;
}
.TagClassName
{
border-color: #843D34;
}
</style>