Shades of Prairie Sand #803C30
Tints of Prairie Sand #803C30
RGB
CMYK
RGB Variations
Color information
#803C30 (or 0x803C30) is known color: Prairie Sand. HEX triplet: 80, 3C and 30. RGB value is (128,60,48). Sum of RGB (Red+Green+Blue) = 128+60+48=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #803C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C30 is #7FC3CF. Grayscale: #4F4F4F. Windows color (decimal): -8373200 or 3161216. OLE color: 3161216.
HSL color Cylindrical-coordinate representation of color #803C30: hue angle of 9º 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 #803C30 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 48 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.50 |
| HSL | 9º | 0.45% | 0.35% | - |
| HSV(B) | 9º | 0.63% | 0.5% | - |
| XYZ | 11.05 | 8.03 | 3.76 | - |
| YUV | 78.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 48 | 0 | 0.53 | 0.62 | 0.50 | 9 | 0.45 | 0.35 |
| Hex | 80 | 3C | 30 | 0 | 35 | 3E | 32 | 9 | 2D | 23 |
| Octal | 200 | 74 | 60 | 0 | 65 | 76 | 62 | 11 | 55 | 43 |
| Binary | 10000000 | 111100 | 110000 | 0 | 110101 | 111110 | 110010 | 1001 | 101101 | 100011 |
Color Harmonies of #803C30
Complementary color
Monochromatic Colors of #803C30
Black with #803C30
Text Example
Text Example
White with #803C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C30; }
p { color: rgb(128,60,48); }
H1.HeaderClassName
{
color: #803C30;
}
.AnyTagClassName
{
color: #803C30;
}
</style>
background-color css
<style>
a { background-color: #803C30; }
a { background-color: rgb(128,60,48); }
div.DivClassName
{
background-color: #803C30;
}
.BgClassName
{
background-color: #803C30;
}
</style>
border-color css
<style>
span { border-color: #803C30; }
span { border-color: rgb(128,60,48); }
td.TdClassName
{
border-color: #803C30;
}
.TagClassName
{
border-color: #803C30;
}
</style>