Shades of Prairie Sand #8C4239
Tints of Prairie Sand #8C4239
RGB
CMYK
RGB Variations
Color information
#8C4239 (or 0x8C4239) is known color: Prairie Sand. HEX triplet: 8C, 42 and 39. RGB value is (140,66,57). Sum of RGB (Red+Green+Blue) = 140+66+57=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4239 is #73BDC6. Grayscale: #575757. Windows color (decimal): -7585223 or 3752588. OLE color: 3752588.
HSL color Cylindrical-coordinate representation of color #8C4239: hue angle of 6.51º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C4239 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 57 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.45 |
| HSL | 6.51º | 0.42% | 0.39% | - |
| HSV(B) | 6.51º | 0.59% | 0.55% | - |
| XYZ | 13.5 | 9.77 | 5.04 | - |
| YUV | 87.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 57 | 0 | 0.53 | 0.59 | 0.45 | 6.51 | 0.42 | 0.39 |
| Hex | 8C | 42 | 39 | 0 | 35 | 3B | 2D | 7 | 2A | 27 |
| Octal | 214 | 102 | 71 | 0 | 65 | 73 | 55 | 7 | 52 | 47 |
| Binary | 10001100 | 1000010 | 111001 | 0 | 110101 | 111011 | 101101 | 111 | 101010 | 100111 |
Color Harmonies of #8C4239
Complementary color
Monochromatic Colors of #8C4239
Black with #8C4239
Text Example
Text Example
White with #8C4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4239; }
p { color: rgb(140,66,57); }
H1.HeaderClassName
{
color: #8C4239;
}
.AnyTagClassName
{
color: #8C4239;
}
</style>
background-color css
<style>
a { background-color: #8C4239; }
a { background-color: rgb(140,66,57); }
div.DivClassName
{
background-color: #8C4239;
}
.BgClassName
{
background-color: #8C4239;
}
</style>
border-color css
<style>
span { border-color: #8C4239; }
span { border-color: rgb(140,66,57); }
td.TdClassName
{
border-color: #8C4239;
}
.TagClassName
{
border-color: #8C4239;
}
</style>