Shades of Prairie Sand #8F3E37
Tints of Prairie Sand #8F3E37
RGB
CMYK
RGB Variations
Color information
#8F3E37 (or 0x8F3E37) is known color: Prairie Sand. HEX triplet: 8F, 3E and 37. RGB value is (143,62,55). Sum of RGB (Red+Green+Blue) = 143+62+55=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3E37 is #70C1C8. Grayscale: #555555. Windows color (decimal): -7389641 or 3620495. OLE color: 3620495.
HSL color Cylindrical-coordinate representation of color #8F3E37: hue angle of 4.77º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3E37 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 62 | 55 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.44 |
| HSL | 4.77º | 0.44% | 0.39% | - |
| HSV(B) | 4.77º | 0.62% | 0.56% | - |
| XYZ | 13.74 | 9.56 | 4.74 | - |
| YUV | 85.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 55 | 0 | 0.57 | 0.62 | 0.44 | 4.77 | 0.44 | 0.39 |
| Hex | 8F | 3E | 37 | 0 | 39 | 3E | 2C | 5 | 2C | 27 |
| Octal | 217 | 76 | 67 | 0 | 71 | 76 | 54 | 5 | 54 | 47 |
| Binary | 10001111 | 111110 | 110111 | 0 | 111001 | 111110 | 101100 | 101 | 101100 | 100111 |
Color Harmonies of #8F3E37
Complementary color
Monochromatic Colors of #8F3E37
Black with #8F3E37
Text Example
Text Example
White with #8F3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3E37; }
p { color: rgb(143,62,55); }
H1.HeaderClassName
{
color: #8F3E37;
}
.AnyTagClassName
{
color: #8F3E37;
}
</style>
background-color css
<style>
a { background-color: #8F3E37; }
a { background-color: rgb(143,62,55); }
div.DivClassName
{
background-color: #8F3E37;
}
.BgClassName
{
background-color: #8F3E37;
}
</style>
border-color css
<style>
span { border-color: #8F3E37; }
span { border-color: rgb(143,62,55); }
td.TdClassName
{
border-color: #8F3E37;
}
.TagClassName
{
border-color: #8F3E37;
}
</style>