Shades of Prairie Sand #843D2D
Tints of Prairie Sand #843D2D
RGB
CMYK
RGB Variations
Color information
#843D2D (or 0x843D2D) is known color: Prairie Sand. HEX triplet: 84, 3D and 2D. RGB value is (132,61,45). Sum of RGB (Red+Green+Blue) = 132+61+45=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #843D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D2D is #7BC2D2. Grayscale: #505050. Windows color (decimal): -8110803 or 2964868. OLE color: 2964868.
HSL color Cylindrical-coordinate representation of color #843D2D: hue angle of 11.03º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843D2D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 45 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.48 |
| HSL | 11.03º | 0.49% | 0.35% | - |
| HSV(B) | 11.03º | 0.66% | 0.52% | - |
| XYZ | 11.66 | 8.43 | 3.5 | - |
| YUV | 80.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 45 | 0 | 0.54 | 0.66 | 0.48 | 11.03 | 0.49 | 0.35 |
| Hex | 84 | 3D | 2D | 0 | 36 | 42 | 30 | B | 31 | 23 |
| Octal | 204 | 75 | 55 | 0 | 66 | 102 | 60 | 13 | 61 | 43 |
| Binary | 10000100 | 111101 | 101101 | 0 | 110110 | 1000010 | 110000 | 1011 | 110001 | 100011 |
Color Harmonies of #843D2D
Complementary color
Monochromatic Colors of #843D2D
Black with #843D2D
Text Example
Text Example
White with #843D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D2D; }
p { color: rgb(132,61,45); }
H1.HeaderClassName
{
color: #843D2D;
}
.AnyTagClassName
{
color: #843D2D;
}
</style>
background-color css
<style>
a { background-color: #843D2D; }
a { background-color: rgb(132,61,45); }
div.DivClassName
{
background-color: #843D2D;
}
.BgClassName
{
background-color: #843D2D;
}
</style>
border-color css
<style>
span { border-color: #843D2D; }
span { border-color: rgb(132,61,45); }
td.TdClassName
{
border-color: #843D2D;
}
.TagClassName
{
border-color: #843D2D;
}
</style>