Shades of Prairie Sand #8C413C
Tints of Prairie Sand #8C413C
RGB
CMYK
RGB Variations
Color information
#8C413C (or 0x8C413C) is known color: Prairie Sand. HEX triplet: 8C, 41 and 3C. RGB value is (140,65,60). Sum of RGB (Red+Green+Blue) = 140+65+60=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C413C is #73BEC3. Grayscale: #565656. Windows color (decimal): -7585476 or 3948940. OLE color: 3948940.
HSL color Cylindrical-coordinate representation of color #8C413C: hue angle of 3.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C413C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 60 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.45 |
| HSL | 3.75º | 0.4% | 0.39% | - |
| HSV(B) | 3.75º | 0.57% | 0.55% | - |
| XYZ | 13.52 | 9.68 | 5.43 | - |
| YUV | 86.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 60 | 0 | 0.54 | 0.57 | 0.45 | 3.75 | 0.4 | 0.39 |
| Hex | 8C | 41 | 3C | 0 | 36 | 39 | 2D | 4 | 28 | 27 |
| Octal | 214 | 101 | 74 | 0 | 66 | 71 | 55 | 4 | 50 | 47 |
| Binary | 10001100 | 1000001 | 111100 | 0 | 110110 | 111001 | 101101 | 100 | 101000 | 100111 |
Color Harmonies of #8C413C
Complementary color
Monochromatic Colors of #8C413C
Black with #8C413C
Text Example
Text Example
White with #8C413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C413C; }
p { color: rgb(140,65,60); }
H1.HeaderClassName
{
color: #8C413C;
}
.AnyTagClassName
{
color: #8C413C;
}
</style>
background-color css
<style>
a { background-color: #8C413C; }
a { background-color: rgb(140,65,60); }
div.DivClassName
{
background-color: #8C413C;
}
.BgClassName
{
background-color: #8C413C;
}
</style>
border-color css
<style>
span { border-color: #8C413C; }
span { border-color: rgb(140,65,60); }
td.TdClassName
{
border-color: #8C413C;
}
.TagClassName
{
border-color: #8C413C;
}
</style>