Shades of Prairie Sand #8F3E38
Tints of Prairie Sand #8F3E38
RGB
CMYK
RGB Variations
Color information
#8F3E38 (or 0x8F3E38) is known color: Prairie Sand. HEX triplet: 8F, 3E and 38. RGB value is (143,62,56). Sum of RGB (Red+Green+Blue) = 143+62+56=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3E38 is #70C1C7. Grayscale: #555555. Windows color (decimal): -7389640 or 3686031. OLE color: 3686031.
HSL color Cylindrical-coordinate representation of color #8F3E38: hue angle of 4.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3E38 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 62 | 56 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.44 |
| HSL | 4.14º | 0.44% | 0.39% | - |
| HSV(B) | 4.14º | 0.61% | 0.56% | - |
| XYZ | 13.76 | 9.57 | 4.86 | - |
| YUV | 85.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 56 | 0 | 0.57 | 0.61 | 0.44 | 4.14 | 0.44 | 0.39 |
| Hex | 8F | 3E | 38 | 0 | 39 | 3D | 2C | 4 | 2C | 27 |
| Octal | 217 | 76 | 70 | 0 | 71 | 75 | 54 | 4 | 54 | 47 |
| Binary | 10001111 | 111110 | 111000 | 0 | 111001 | 111101 | 101100 | 100 | 101100 | 100111 |
Color Harmonies of #8F3E38
Complementary color
Monochromatic Colors of #8F3E38
Black with #8F3E38
Text Example
Text Example
White with #8F3E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3E38; }
p { color: rgb(143,62,56); }
H1.HeaderClassName
{
color: #8F3E38;
}
.AnyTagClassName
{
color: #8F3E38;
}
</style>
background-color css
<style>
a { background-color: #8F3E38; }
a { background-color: rgb(143,62,56); }
div.DivClassName
{
background-color: #8F3E38;
}
.BgClassName
{
background-color: #8F3E38;
}
</style>
border-color css
<style>
span { border-color: #8F3E38; }
span { border-color: rgb(143,62,56); }
td.TdClassName
{
border-color: #8F3E38;
}
.TagClassName
{
border-color: #8F3E38;
}
</style>