Shades of Prairie Sand #853C2E
Tints of Prairie Sand #853C2E
RGB
CMYK
RGB Variations
Color information
#853C2E (or 0x853C2E) is known color: Prairie Sand. HEX triplet: 85, 3C and 2E. RGB value is (133,60,46). Sum of RGB (Red+Green+Blue) = 133+60+46=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #853C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C2E is #7AC3D1. Grayscale: #505050. Windows color (decimal): -8045522 or 3030149. OLE color: 3030149.
HSL color Cylindrical-coordinate representation of color #853C2E: hue angle of 9.66º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853C2E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 46 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.48 |
| HSL | 9.66º | 0.49% | 0.35% | - |
| HSV(B) | 9.66º | 0.65% | 0.52% | - |
| XYZ | 11.78 | 8.42 | 3.59 | - |
| YUV | 80.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 46 | 0 | 0.55 | 0.65 | 0.48 | 9.66 | 0.49 | 0.35 |
| Hex | 85 | 3C | 2E | 0 | 37 | 41 | 30 | A | 31 | 23 |
| Octal | 205 | 74 | 56 | 0 | 67 | 101 | 60 | 12 | 61 | 43 |
| Binary | 10000101 | 111100 | 101110 | 0 | 110111 | 1000001 | 110000 | 1010 | 110001 | 100011 |
Color Harmonies of #853C2E
Complementary color
Monochromatic Colors of #853C2E
Black with #853C2E
Text Example
Text Example
White with #853C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C2E; }
p { color: rgb(133,60,46); }
H1.HeaderClassName
{
color: #853C2E;
}
.AnyTagClassName
{
color: #853C2E;
}
</style>
background-color css
<style>
a { background-color: #853C2E; }
a { background-color: rgb(133,60,46); }
div.DivClassName
{
background-color: #853C2E;
}
.BgClassName
{
background-color: #853C2E;
}
</style>
border-color css
<style>
span { border-color: #853C2E; }
span { border-color: rgb(133,60,46); }
td.TdClassName
{
border-color: #853C2E;
}
.TagClassName
{
border-color: #853C2E;
}
</style>