Shades of Prairie Sand #803B33
Tints of Prairie Sand #803B33
RGB
CMYK
RGB Variations
Color information
#803B33 (or 0x803B33) is known color: Prairie Sand. HEX triplet: 80, 3B and 33. RGB value is (128,59,51). Sum of RGB (Red+Green+Blue) = 128+59+51=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #803B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B33 is #7FC4CC. Grayscale: #4E4E4E. Windows color (decimal): -8373453 or 3357568. OLE color: 3357568.
HSL color Cylindrical-coordinate representation of color #803B33: hue angle of 6.23º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803B33 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 51 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.50 |
| HSL | 6.23º | 0.43% | 0.35% | - |
| HSV(B) | 6.23º | 0.6% | 0.5% | - |
| XYZ | 11.06 | 7.96 | 4.08 | - |
| YUV | 78.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 51 | 0 | 0.54 | 0.60 | 0.50 | 6.23 | 0.43 | 0.35 |
| Hex | 80 | 3B | 33 | 0 | 36 | 3C | 32 | 6 | 2B | 23 |
| Octal | 200 | 73 | 63 | 0 | 66 | 74 | 62 | 6 | 53 | 43 |
| Binary | 10000000 | 111011 | 110011 | 0 | 110110 | 111100 | 110010 | 110 | 101011 | 100011 |
Color Harmonies of #803B33
Complementary color
Monochromatic Colors of #803B33
Black with #803B33
Text Example
Text Example
White with #803B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B33; }
p { color: rgb(128,59,51); }
H1.HeaderClassName
{
color: #803B33;
}
.AnyTagClassName
{
color: #803B33;
}
</style>
background-color css
<style>
a { background-color: #803B33; }
a { background-color: rgb(128,59,51); }
div.DivClassName
{
background-color: #803B33;
}
.BgClassName
{
background-color: #803B33;
}
</style>
border-color css
<style>
span { border-color: #803B33; }
span { border-color: rgb(128,59,51); }
td.TdClassName
{
border-color: #803B33;
}
.TagClassName
{
border-color: #803B33;
}
</style>