Shades of Prairie Sand #853C34
Tints of Prairie Sand #853C34
RGB
CMYK
RGB Variations
Color information
#853C34 (or 0x853C34) is known color: Prairie Sand. HEX triplet: 85, 3C and 34. RGB value is (133,60,52). Sum of RGB (Red+Green+Blue) = 133+60+52=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #853C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C34 is #7AC3CB. Grayscale: #515151. Windows color (decimal): -8045516 or 3423365. OLE color: 3423365.
HSL color Cylindrical-coordinate representation of color #853C34: hue angle of 5.93º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853C34 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 52 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.48 |
| HSL | 5.93º | 0.44% | 0.36% | - |
| HSV(B) | 5.93º | 0.61% | 0.52% | - |
| XYZ | 11.91 | 8.47 | 4.26 | - |
| YUV | 80.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 52 | 0 | 0.55 | 0.61 | 0.48 | 5.93 | 0.44 | 0.36 |
| Hex | 85 | 3C | 34 | 0 | 37 | 3D | 30 | 6 | 2C | 24 |
| Octal | 205 | 74 | 64 | 0 | 67 | 75 | 60 | 6 | 54 | 44 |
| Binary | 10000101 | 111100 | 110100 | 0 | 110111 | 111101 | 110000 | 110 | 101100 | 100100 |
Color Harmonies of #853C34
Complementary color
Monochromatic Colors of #853C34
Black with #853C34
Text Example
Text Example
White with #853C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C34; }
p { color: rgb(133,60,52); }
H1.HeaderClassName
{
color: #853C34;
}
.AnyTagClassName
{
color: #853C34;
}
</style>
background-color css
<style>
a { background-color: #853C34; }
a { background-color: rgb(133,60,52); }
div.DivClassName
{
background-color: #853C34;
}
.BgClassName
{
background-color: #853C34;
}
</style>
border-color css
<style>
span { border-color: #853C34; }
span { border-color: rgb(133,60,52); }
td.TdClassName
{
border-color: #853C34;
}
.TagClassName
{
border-color: #853C34;
}
</style>