Shades of Prairie Sand #8C3F34
Tints of Prairie Sand #8C3F34
RGB
CMYK
RGB Variations
Color information
#8C3F34 (or 0x8C3F34) is known color: Prairie Sand. HEX triplet: 8C, 3F and 34. RGB value is (140,63,52). Sum of RGB (Red+Green+Blue) = 140+63+52=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F34 is #73C0CB. Grayscale: #545454. Windows color (decimal): -7585996 or 3424140. OLE color: 3424140.
HSL color Cylindrical-coordinate representation of color #8C3F34: hue angle of 7.5º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3F34 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 52 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.45 |
| HSL | 7.5º | 0.46% | 0.38% | - |
| HSV(B) | 7.5º | 0.63% | 0.55% | - |
| XYZ | 13.21 | 9.38 | 4.36 | - |
| YUV | 84.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 52 | 0 | 0.55 | 0.63 | 0.45 | 7.5 | 0.46 | 0.38 |
| Hex | 8C | 3F | 34 | 0 | 37 | 3F | 2D | 8 | 2E | 26 |
| Octal | 214 | 77 | 64 | 0 | 67 | 77 | 55 | 10 | 56 | 46 |
| Binary | 10001100 | 111111 | 110100 | 0 | 110111 | 111111 | 101101 | 1000 | 101110 | 100110 |
Color Harmonies of #8C3F34
Complementary color
Monochromatic Colors of #8C3F34
Black with #8C3F34
Text Example
Text Example
White with #8C3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F34; }
p { color: rgb(140,63,52); }
H1.HeaderClassName
{
color: #8C3F34;
}
.AnyTagClassName
{
color: #8C3F34;
}
</style>
background-color css
<style>
a { background-color: #8C3F34; }
a { background-color: rgb(140,63,52); }
div.DivClassName
{
background-color: #8C3F34;
}
.BgClassName
{
background-color: #8C3F34;
}
</style>
border-color css
<style>
span { border-color: #8C3F34; }
span { border-color: rgb(140,63,52); }
td.TdClassName
{
border-color: #8C3F34;
}
.TagClassName
{
border-color: #8C3F34;
}
</style>