Shades of Prairie Sand #853C31
Tints of Prairie Sand #853C31
RGB
CMYK
RGB Variations
Color information
#853C31 (or 0x853C31) is known color: Prairie Sand. HEX triplet: 85, 3C and 31. RGB value is (133,60,49). Sum of RGB (Red+Green+Blue) = 133+60+49=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C31 is #7AC3CE. Grayscale: #505050. Windows color (decimal): -8045519 or 3226757. OLE color: 3226757.
HSL color Cylindrical-coordinate representation of color #853C31: hue angle of 7.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853C31 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 49 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.48 |
| HSL | 7.86º | 0.46% | 0.36% | - |
| HSV(B) | 7.86º | 0.63% | 0.52% | - |
| XYZ | 11.84 | 8.44 | 3.91 | - |
| YUV | 80.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 49 | 0 | 0.55 | 0.63 | 0.48 | 7.86 | 0.46 | 0.36 |
| Hex | 85 | 3C | 31 | 0 | 37 | 3F | 30 | 8 | 2E | 24 |
| Octal | 205 | 74 | 61 | 0 | 67 | 77 | 60 | 10 | 56 | 44 |
| Binary | 10000101 | 111100 | 110001 | 0 | 110111 | 111111 | 110000 | 1000 | 101110 | 100100 |
Color Harmonies of #853C31
Complementary color
Monochromatic Colors of #853C31
Black with #853C31
Text Example
Text Example
White with #853C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C31; }
p { color: rgb(133,60,49); }
H1.HeaderClassName
{
color: #853C31;
}
.AnyTagClassName
{
color: #853C31;
}
</style>
background-color css
<style>
a { background-color: #853C31; }
a { background-color: rgb(133,60,49); }
div.DivClassName
{
background-color: #853C31;
}
.BgClassName
{
background-color: #853C31;
}
</style>
border-color css
<style>
span { border-color: #853C31; }
span { border-color: rgb(133,60,49); }
td.TdClassName
{
border-color: #853C31;
}
.TagClassName
{
border-color: #853C31;
}
</style>