Shades of Prairie Sand #8D4034
Tints of Prairie Sand #8D4034
RGB
CMYK
RGB Variations
Color information
#8D4034 (or 0x8D4034) is known color: Prairie Sand. HEX triplet: 8D, 40 and 34. RGB value is (141,64,52). Sum of RGB (Red+Green+Blue) = 141+64+52=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4034 is #72BFCB. Grayscale: #555555. Windows color (decimal): -7520204 or 3424397. OLE color: 3424397.
HSL color Cylindrical-coordinate representation of color #8D4034: hue angle of 8.09º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D4034 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 52 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.45 |
| HSL | 8.09º | 0.46% | 0.38% | - |
| HSV(B) | 8.09º | 0.63% | 0.55% | - |
| XYZ | 13.44 | 9.58 | 4.39 | - |
| YUV | 85.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 52 | 0 | 0.55 | 0.63 | 0.45 | 8.09 | 0.46 | 0.38 |
| Hex | 8D | 40 | 34 | 0 | 37 | 3F | 2D | 8 | 2E | 26 |
| Octal | 215 | 100 | 64 | 0 | 67 | 77 | 55 | 10 | 56 | 46 |
| Binary | 10001101 | 1000000 | 110100 | 0 | 110111 | 111111 | 101101 | 1000 | 101110 | 100110 |
Color Harmonies of #8D4034
Complementary color
Monochromatic Colors of #8D4034
Black with #8D4034
Text Example
Text Example
White with #8D4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4034; }
p { color: rgb(141,64,52); }
H1.HeaderClassName
{
color: #8D4034;
}
.AnyTagClassName
{
color: #8D4034;
}
</style>
background-color css
<style>
a { background-color: #8D4034; }
a { background-color: rgb(141,64,52); }
div.DivClassName
{
background-color: #8D4034;
}
.BgClassName
{
background-color: #8D4034;
}
</style>
border-color css
<style>
span { border-color: #8D4034; }
span { border-color: rgb(141,64,52); }
td.TdClassName
{
border-color: #8D4034;
}
.TagClassName
{
border-color: #8D4034;
}
</style>