Shades of Prairie Sand #8D4132
Tints of Prairie Sand #8D4132
RGB
CMYK
RGB Variations
Color information
#8D4132 (or 0x8D4132) is known color: Prairie Sand. HEX triplet: 8D, 41 and 32. RGB value is (141,65,50). Sum of RGB (Red+Green+Blue) = 141+65+50=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4132 is #72BECD. Grayscale: #565656. Windows color (decimal): -7519950 or 3293581. OLE color: 3293581.
HSL color Cylindrical-coordinate representation of color #8D4132: hue angle of 9.89º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D4132 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 50 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.45 |
| HSL | 9.89º | 0.48% | 0.37% | - |
| HSV(B) | 9.89º | 0.65% | 0.55% | - |
| XYZ | 13.45 | 9.67 | 4.18 | - |
| YUV | 86.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 50 | 0 | 0.54 | 0.65 | 0.45 | 9.89 | 0.48 | 0.37 |
| Hex | 8D | 41 | 32 | 0 | 36 | 41 | 2D | A | 30 | 25 |
| Octal | 215 | 101 | 62 | 0 | 66 | 101 | 55 | 12 | 60 | 45 |
| Binary | 10001101 | 1000001 | 110010 | 0 | 110110 | 1000001 | 101101 | 1010 | 110000 | 100101 |
Color Harmonies of #8D4132
Complementary color
Monochromatic Colors of #8D4132
Black with #8D4132
Text Example
Text Example
White with #8D4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4132; }
p { color: rgb(141,65,50); }
H1.HeaderClassName
{
color: #8D4132;
}
.AnyTagClassName
{
color: #8D4132;
}
</style>
background-color css
<style>
a { background-color: #8D4132; }
a { background-color: rgb(141,65,50); }
div.DivClassName
{
background-color: #8D4132;
}
.BgClassName
{
background-color: #8D4132;
}
</style>
border-color css
<style>
span { border-color: #8D4132; }
span { border-color: rgb(141,65,50); }
td.TdClassName
{
border-color: #8D4132;
}
.TagClassName
{
border-color: #8D4132;
}
</style>