Shades of Prairie Sand #8C4137
Tints of Prairie Sand #8C4137
RGB
CMYK
RGB Variations
Color information
#8C4137 (or 0x8C4137) is known color: Prairie Sand. HEX triplet: 8C, 41 and 37. RGB value is (140,65,55). Sum of RGB (Red+Green+Blue) = 140+65+55=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4137 is #73BEC8. Grayscale: #565656. Windows color (decimal): -7585481 or 3621260. OLE color: 3621260.
HSL color Cylindrical-coordinate representation of color #8C4137: hue angle of 7.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4137 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 55 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.45 |
| HSL | 7.06º | 0.44% | 0.38% | - |
| HSV(B) | 7.06º | 0.61% | 0.55% | - |
| XYZ | 13.4 | 9.63 | 4.77 | - |
| YUV | 86.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 55 | 0 | 0.54 | 0.61 | 0.45 | 7.06 | 0.44 | 0.38 |
| Hex | 8C | 41 | 37 | 0 | 36 | 3D | 2D | 7 | 2C | 26 |
| Octal | 214 | 101 | 67 | 0 | 66 | 75 | 55 | 7 | 54 | 46 |
| Binary | 10001100 | 1000001 | 110111 | 0 | 110110 | 111101 | 101101 | 111 | 101100 | 100110 |
Color Harmonies of #8C4137
Complementary color
Monochromatic Colors of #8C4137
Black with #8C4137
Text Example
Text Example
White with #8C4137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4137; }
p { color: rgb(140,65,55); }
H1.HeaderClassName
{
color: #8C4137;
}
.AnyTagClassName
{
color: #8C4137;
}
</style>
background-color css
<style>
a { background-color: #8C4137; }
a { background-color: rgb(140,65,55); }
div.DivClassName
{
background-color: #8C4137;
}
.BgClassName
{
background-color: #8C4137;
}
</style>
border-color css
<style>
span { border-color: #8C4137; }
span { border-color: rgb(140,65,55); }
td.TdClassName
{
border-color: #8C4137;
}
.TagClassName
{
border-color: #8C4137;
}
</style>