Shades of Prairie Sand #8D403B
Tints of Prairie Sand #8D403B
RGB
CMYK
RGB Variations
Color information
#8D403B (or 0x8D403B) is known color: Prairie Sand. HEX triplet: 8D, 40 and 3B. RGB value is (141,64,59). Sum of RGB (Red+Green+Blue) = 141+64+59=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D403B is #72BFC4. Grayscale: #565656. Windows color (decimal): -7520197 or 3883149. OLE color: 3883149.
HSL color Cylindrical-coordinate representation of color #8D403B: hue angle of 3.66º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D403B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 59 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.45 |
| HSL | 3.66º | 0.41% | 0.39% | - |
| HSV(B) | 3.66º | 0.58% | 0.55% | - |
| XYZ | 13.61 | 9.65 | 5.28 | - |
| YUV | 86.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 59 | 0 | 0.55 | 0.58 | 0.45 | 3.66 | 0.41 | 0.39 |
| Hex | 8D | 40 | 3B | 0 | 37 | 3A | 2D | 4 | 29 | 27 |
| Octal | 215 | 100 | 73 | 0 | 67 | 72 | 55 | 4 | 51 | 47 |
| Binary | 10001101 | 1000000 | 111011 | 0 | 110111 | 111010 | 101101 | 100 | 101001 | 100111 |
Color Harmonies of #8D403B
Complementary color
Monochromatic Colors of #8D403B
Black with #8D403B
Text Example
Text Example
White with #8D403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D403B; }
p { color: rgb(141,64,59); }
H1.HeaderClassName
{
color: #8D403B;
}
.AnyTagClassName
{
color: #8D403B;
}
</style>
background-color css
<style>
a { background-color: #8D403B; }
a { background-color: rgb(141,64,59); }
div.DivClassName
{
background-color: #8D403B;
}
.BgClassName
{
background-color: #8D403B;
}
</style>
border-color css
<style>
span { border-color: #8D403B; }
span { border-color: rgb(141,64,59); }
td.TdClassName
{
border-color: #8D403B;
}
.TagClassName
{
border-color: #8D403B;
}
</style>