Shades of Prairie Sand #8C4138
Tints of Prairie Sand #8C4138
RGB
CMYK
RGB Variations
Color information
#8C4138 (or 0x8C4138) is known color: Prairie Sand. HEX triplet: 8C, 41 and 38. RGB value is (140,65,56). Sum of RGB (Red+Green+Blue) = 140+65+56=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4138 is #73BEC7. Grayscale: #565656. Windows color (decimal): -7585480 or 3686796. OLE color: 3686796.
HSL color Cylindrical-coordinate representation of color #8C4138: hue angle of 6.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C4138 is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 56 | - |
| CMYK | 0 | 0.54 | 0.6 | 0.45 |
| HSL | 6.43º | 0.43% | 0.38% | - |
| HSV(B) | 6.43º | 0.6% | 0.55% | - |
| XYZ | 13.42 | 9.64 | 4.9 | - |
| YUV | 86.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 56 | 0 | 0.54 | 0.6 | 0.45 | 6.43 | 0.43 | 0.38 |
| Hex | 8C | 41 | 38 | 0 | 36 | 3C | 2D | 6 | 2B | 26 |
| Octal | 214 | 101 | 70 | 0 | 66 | 74 | 55 | 6 | 53 | 46 |
| Binary | 10001100 | 1000001 | 111000 | 0 | 110110 | 111100 | 101101 | 110 | 101011 | 100110 |
Color Harmonies of #8C4138
Complementary color
Monochromatic Colors of #8C4138
Black with #8C4138
Text Example
Text Example
White with #8C4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4138; }
p { color: rgb(140,65,56); }
H1.HeaderClassName
{
color: #8C4138;
}
.AnyTagClassName
{
color: #8C4138;
}
</style>
background-color css
<style>
a { background-color: #8C4138; }
a { background-color: rgb(140,65,56); }
div.DivClassName
{
background-color: #8C4138;
}
.BgClassName
{
background-color: #8C4138;
}
</style>
border-color css
<style>
span { border-color: #8C4138; }
span { border-color: rgb(140,65,56); }
td.TdClassName
{
border-color: #8C4138;
}
.TagClassName
{
border-color: #8C4138;
}
</style>