Shades of Prairie Sand #8C3E31
Tints of Prairie Sand #8C3E31
RGB
CMYK
RGB Variations
Color information
#8C3E31 (or 0x8C3E31) is known color: Prairie Sand. HEX triplet: 8C, 3E and 31. RGB value is (140,62,49). Sum of RGB (Red+Green+Blue) = 140+62+49=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E31 is #73C1CE. Grayscale: #535353. Windows color (decimal): -7586255 or 3227276. OLE color: 3227276.
HSL color Cylindrical-coordinate representation of color #8C3E31: hue angle of 8.57º 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 #8C3E31 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 49 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.45 |
| HSL | 8.57º | 0.48% | 0.37% | - |
| HSV(B) | 8.57º | 0.65% | 0.55% | - |
| XYZ | 13.09 | 9.24 | 4 | - |
| YUV | 83.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 49 | 0 | 0.56 | 0.65 | 0.45 | 8.57 | 0.48 | 0.37 |
| Hex | 8C | 3E | 31 | 0 | 38 | 41 | 2D | 9 | 30 | 25 |
| Octal | 214 | 76 | 61 | 0 | 70 | 101 | 55 | 11 | 60 | 45 |
| Binary | 10001100 | 111110 | 110001 | 0 | 111000 | 1000001 | 101101 | 1001 | 110000 | 100101 |
Color Harmonies of #8C3E31
Complementary color
Monochromatic Colors of #8C3E31
Black with #8C3E31
Text Example
Text Example
White with #8C3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E31; }
p { color: rgb(140,62,49); }
H1.HeaderClassName
{
color: #8C3E31;
}
.AnyTagClassName
{
color: #8C3E31;
}
</style>
background-color css
<style>
a { background-color: #8C3E31; }
a { background-color: rgb(140,62,49); }
div.DivClassName
{
background-color: #8C3E31;
}
.BgClassName
{
background-color: #8C3E31;
}
</style>
border-color css
<style>
span { border-color: #8C3E31; }
span { border-color: rgb(140,62,49); }
td.TdClassName
{
border-color: #8C3E31;
}
.TagClassName
{
border-color: #8C3E31;
}
</style>