Shades of Prairie Sand #843D2C
Tints of Prairie Sand #843D2C
RGB
CMYK
RGB Variations
Color information
#843D2C (or 0x843D2C) is known color: Prairie Sand. HEX triplet: 84, 3D and 2C. RGB value is (132,61,44). Sum of RGB (Red+Green+Blue) = 132+61+44=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #843D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D2C is #7BC2D3. Grayscale: #505050. Windows color (decimal): -8110804 or 2899332. OLE color: 2899332.
HSL color Cylindrical-coordinate representation of color #843D2C: hue angle of 11.59º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843D2C is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 44 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.48 |
| HSL | 11.59º | 0.5% | 0.35% | - |
| HSV(B) | 11.59º | 0.67% | 0.52% | - |
| XYZ | 11.64 | 8.42 | 3.4 | - |
| YUV | 80.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 44 | 0 | 0.54 | 0.67 | 0.48 | 11.59 | 0.5 | 0.35 |
| Hex | 84 | 3D | 2C | 0 | 36 | 43 | 30 | C | 32 | 23 |
| Octal | 204 | 75 | 54 | 0 | 66 | 103 | 60 | 14 | 62 | 43 |
| Binary | 10000100 | 111101 | 101100 | 0 | 110110 | 1000011 | 110000 | 1100 | 110010 | 100011 |
Color Harmonies of #843D2C
Complementary color
Monochromatic Colors of #843D2C
Black with #843D2C
Text Example
Text Example
White with #843D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D2C; }
p { color: rgb(132,61,44); }
H1.HeaderClassName
{
color: #843D2C;
}
.AnyTagClassName
{
color: #843D2C;
}
</style>
background-color css
<style>
a { background-color: #843D2C; }
a { background-color: rgb(132,61,44); }
div.DivClassName
{
background-color: #843D2C;
}
.BgClassName
{
background-color: #843D2C;
}
</style>
border-color css
<style>
span { border-color: #843D2C; }
span { border-color: rgb(132,61,44); }
td.TdClassName
{
border-color: #843D2C;
}
.TagClassName
{
border-color: #843D2C;
}
</style>