Shades of Prairie Sand #8D3C34
Tints of Prairie Sand #8D3C34
RGB
CMYK
RGB Variations
Color information
#8D3C34 (or 0x8D3C34) is known color: Prairie Sand. HEX triplet: 8D, 3C and 34. RGB value is (141,60,52). Sum of RGB (Red+Green+Blue) = 141+60+52=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3C34 is #72C3CB. Grayscale: #535353. Windows color (decimal): -7521228 or 3423373. OLE color: 3423373.
HSL color Cylindrical-coordinate representation of color #8D3C34: hue angle of 5.39º 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 #8D3C34 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 52 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.45 |
| HSL | 5.39º | 0.46% | 0.38% | - |
| HSV(B) | 5.39º | 0.63% | 0.55% | - |
| XYZ | 13.22 | 9.14 | 4.32 | - |
| YUV | 83.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 52 | 0 | 0.57 | 0.63 | 0.45 | 5.39 | 0.46 | 0.38 |
| Hex | 8D | 3C | 34 | 0 | 39 | 3F | 2D | 5 | 2E | 26 |
| Octal | 215 | 74 | 64 | 0 | 71 | 77 | 55 | 5 | 56 | 46 |
| Binary | 10001101 | 111100 | 110100 | 0 | 111001 | 111111 | 101101 | 101 | 101110 | 100110 |
Color Harmonies of #8D3C34
Complementary color
Monochromatic Colors of #8D3C34
Black with #8D3C34
Text Example
Text Example
White with #8D3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C34; }
p { color: rgb(141,60,52); }
H1.HeaderClassName
{
color: #8D3C34;
}
.AnyTagClassName
{
color: #8D3C34;
}
</style>
background-color css
<style>
a { background-color: #8D3C34; }
a { background-color: rgb(141,60,52); }
div.DivClassName
{
background-color: #8D3C34;
}
.BgClassName
{
background-color: #8D3C34;
}
</style>
border-color css
<style>
span { border-color: #8D3C34; }
span { border-color: rgb(141,60,52); }
td.TdClassName
{
border-color: #8D3C34;
}
.TagClassName
{
border-color: #8D3C34;
}
</style>