Shades of Prairie Sand #803D2F
Tints of Prairie Sand #803D2F
RGB
CMYK
RGB Variations
Color information
#803D2F (or 0x803D2F) is known color: Prairie Sand. HEX triplet: 80, 3D and 2F. RGB value is (128,61,47). Sum of RGB (Red+Green+Blue) = 128+61+47=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #803D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D2F is #7FC2D0. Grayscale: #4F4F4F. Windows color (decimal): -8372945 or 3095936. OLE color: 3095936.
HSL color Cylindrical-coordinate representation of color #803D2F: hue angle of 10.37º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803D2F is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 47 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.50 |
| HSL | 10.37º | 0.46% | 0.34% | - |
| HSV(B) | 10.37º | 0.63% | 0.5% | - |
| XYZ | 11.08 | 8.13 | 3.67 | - |
| YUV | 79.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 47 | 0 | 0.52 | 0.63 | 0.50 | 10.37 | 0.46 | 0.34 |
| Hex | 80 | 3D | 2F | 0 | 34 | 3F | 32 | A | 2E | 22 |
| Octal | 200 | 75 | 57 | 0 | 64 | 77 | 62 | 12 | 56 | 42 |
| Binary | 10000000 | 111101 | 101111 | 0 | 110100 | 111111 | 110010 | 1010 | 101110 | 100010 |
Color Harmonies of #803D2F
Complementary color
Monochromatic Colors of #803D2F
Black with #803D2F
Text Example
Text Example
White with #803D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D2F; }
p { color: rgb(128,61,47); }
H1.HeaderClassName
{
color: #803D2F;
}
.AnyTagClassName
{
color: #803D2F;
}
</style>
background-color css
<style>
a { background-color: #803D2F; }
a { background-color: rgb(128,61,47); }
div.DivClassName
{
background-color: #803D2F;
}
.BgClassName
{
background-color: #803D2F;
}
</style>
border-color css
<style>
span { border-color: #803D2F; }
span { border-color: rgb(128,61,47); }
td.TdClassName
{
border-color: #803D2F;
}
.TagClassName
{
border-color: #803D2F;
}
</style>