Shades of Prairie Sand #8C4136
Tints of Prairie Sand #8C4136
RGB
CMYK
RGB Variations
Color information
#8C4136 (or 0x8C4136) is known color: Prairie Sand. HEX triplet: 8C, 41 and 36. RGB value is (140,65,54). Sum of RGB (Red+Green+Blue) = 140+65+54=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4136 is #73BEC9. Grayscale: #565656. Windows color (decimal): -7585482 or 3555724. OLE color: 3555724.
HSL color Cylindrical-coordinate representation of color #8C4136: hue angle of 7.67º 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 #8C4136 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 54 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.45 |
| HSL | 7.67º | 0.44% | 0.38% | - |
| HSV(B) | 7.67º | 0.61% | 0.55% | - |
| XYZ | 13.37 | 9.62 | 4.64 | - |
| YUV | 86.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 54 | 0 | 0.54 | 0.61 | 0.45 | 7.67 | 0.44 | 0.38 |
| Hex | 8C | 41 | 36 | 0 | 36 | 3D | 2D | 8 | 2C | 26 |
| Octal | 214 | 101 | 66 | 0 | 66 | 75 | 55 | 10 | 54 | 46 |
| Binary | 10001100 | 1000001 | 110110 | 0 | 110110 | 111101 | 101101 | 1000 | 101100 | 100110 |
Color Harmonies of #8C4136
Complementary color
Monochromatic Colors of #8C4136
Black with #8C4136
Text Example
Text Example
White with #8C4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4136; }
p { color: rgb(140,65,54); }
H1.HeaderClassName
{
color: #8C4136;
}
.AnyTagClassName
{
color: #8C4136;
}
</style>
background-color css
<style>
a { background-color: #8C4136; }
a { background-color: rgb(140,65,54); }
div.DivClassName
{
background-color: #8C4136;
}
.BgClassName
{
background-color: #8C4136;
}
</style>
border-color css
<style>
span { border-color: #8C4136; }
span { border-color: rgb(140,65,54); }
td.TdClassName
{
border-color: #8C4136;
}
.TagClassName
{
border-color: #8C4136;
}
</style>