Shades of Prairie Sand #843B34
Tints of Prairie Sand #843B34
RGB
CMYK
RGB Variations
Color information
#843B34 (or 0x843B34) is known color: Prairie Sand. HEX triplet: 84, 3B and 34. RGB value is (132,59,52). Sum of RGB (Red+Green+Blue) = 132+59+52=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #843B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843B34 is #7BC4CB. Grayscale: #505050. Windows color (decimal): -8111308 or 3423108. OLE color: 3423108.
HSL color Cylindrical-coordinate representation of color #843B34: hue angle of 5.25º 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 #843B34 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 59 | 52 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.48 |
| HSL | 5.25º | 0.43% | 0.36% | - |
| HSV(B) | 5.25º | 0.61% | 0.52% | - |
| XYZ | 11.7 | 8.28 | 4.23 | - |
| YUV | 80.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 52 | 0 | 0.55 | 0.61 | 0.48 | 5.25 | 0.43 | 0.36 |
| Hex | 84 | 3B | 34 | 0 | 37 | 3D | 30 | 5 | 2B | 24 |
| Octal | 204 | 73 | 64 | 0 | 67 | 75 | 60 | 5 | 53 | 44 |
| Binary | 10000100 | 111011 | 110100 | 0 | 110111 | 111101 | 110000 | 101 | 101011 | 100100 |
Color Harmonies of #843B34
Complementary color
Monochromatic Colors of #843B34
Black with #843B34
Text Example
Text Example
White with #843B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843B34; }
p { color: rgb(132,59,52); }
H1.HeaderClassName
{
color: #843B34;
}
.AnyTagClassName
{
color: #843B34;
}
</style>
background-color css
<style>
a { background-color: #843B34; }
a { background-color: rgb(132,59,52); }
div.DivClassName
{
background-color: #843B34;
}
.BgClassName
{
background-color: #843B34;
}
</style>
border-color css
<style>
span { border-color: #843B34; }
span { border-color: rgb(132,59,52); }
td.TdClassName
{
border-color: #843B34;
}
.TagClassName
{
border-color: #843B34;
}
</style>