Shades of Prairie Sand #803C31
Tints of Prairie Sand #803C31
RGB
CMYK
RGB Variations
Color information
#803C31 (or 0x803C31) is known color: Prairie Sand. HEX triplet: 80, 3C and 31. RGB value is (128,60,49). Sum of RGB (Red+Green+Blue) = 128+60+49=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #803C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C31 is #7FC3CE. Grayscale: #4F4F4F. Windows color (decimal): -8373199 or 3226752. OLE color: 3226752.
HSL color Cylindrical-coordinate representation of color #803C31: hue angle of 8.35º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803C31 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 49 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.50 |
| HSL | 8.35º | 0.45% | 0.35% | - |
| HSV(B) | 8.35º | 0.62% | 0.5% | - |
| XYZ | 11.07 | 8.04 | 3.87 | - |
| YUV | 79.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 49 | 0 | 0.53 | 0.62 | 0.50 | 8.35 | 0.45 | 0.35 |
| Hex | 80 | 3C | 31 | 0 | 35 | 3E | 32 | 8 | 2D | 23 |
| Octal | 200 | 74 | 61 | 0 | 65 | 76 | 62 | 10 | 55 | 43 |
| Binary | 10000000 | 111100 | 110001 | 0 | 110101 | 111110 | 110010 | 1000 | 101101 | 100011 |
Color Harmonies of #803C31
Complementary color
Monochromatic Colors of #803C31
Black with #803C31
Text Example
Text Example
White with #803C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C31; }
p { color: rgb(128,60,49); }
H1.HeaderClassName
{
color: #803C31;
}
.AnyTagClassName
{
color: #803C31;
}
</style>
background-color css
<style>
a { background-color: #803C31; }
a { background-color: rgb(128,60,49); }
div.DivClassName
{
background-color: #803C31;
}
.BgClassName
{
background-color: #803C31;
}
</style>
border-color css
<style>
span { border-color: #803C31; }
span { border-color: rgb(128,60,49); }
td.TdClassName
{
border-color: #803C31;
}
.TagClassName
{
border-color: #803C31;
}
</style>