Shades of Prairie Sand #8E4134
Tints of Prairie Sand #8E4134
RGB
CMYK
RGB Variations
Color information
#8E4134 (or 0x8E4134) is known color: Prairie Sand. HEX triplet: 8E, 41 and 34. RGB value is (142,65,52). Sum of RGB (Red+Green+Blue) = 142+65+52=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4134 is #71BECB. Grayscale: #565656. Windows color (decimal): -7454412 or 3424654. OLE color: 3424654.
HSL color Cylindrical-coordinate representation of color #8E4134: hue angle of 8.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E4134 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 52 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.44 |
| HSL | 8.67º | 0.46% | 0.38% | - |
| HSV(B) | 8.67º | 0.63% | 0.56% | - |
| XYZ | 13.67 | 9.78 | 4.42 | - |
| YUV | 86.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 52 | 0 | 0.54 | 0.63 | 0.44 | 8.67 | 0.46 | 0.38 |
| Hex | 8E | 41 | 34 | 0 | 36 | 3F | 2C | 9 | 2E | 26 |
| Octal | 216 | 101 | 64 | 0 | 66 | 77 | 54 | 11 | 56 | 46 |
| Binary | 10001110 | 1000001 | 110100 | 0 | 110110 | 111111 | 101100 | 1001 | 101110 | 100110 |
Color Harmonies of #8E4134
Complementary color
Monochromatic Colors of #8E4134
Black with #8E4134
Text Example
Text Example
White with #8E4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4134; }
p { color: rgb(142,65,52); }
H1.HeaderClassName
{
color: #8E4134;
}
.AnyTagClassName
{
color: #8E4134;
}
</style>
background-color css
<style>
a { background-color: #8E4134; }
a { background-color: rgb(142,65,52); }
div.DivClassName
{
background-color: #8E4134;
}
.BgClassName
{
background-color: #8E4134;
}
</style>
border-color css
<style>
span { border-color: #8E4134; }
span { border-color: rgb(142,65,52); }
td.TdClassName
{
border-color: #8E4134;
}
.TagClassName
{
border-color: #8E4134;
}
</style>