Shades of Prairie Sand #853D37
Tints of Prairie Sand #853D37
RGB
CMYK
RGB Variations
Color information
#853D37 (or 0x853D37) is known color: Prairie Sand. HEX triplet: 85, 3D and 37. RGB value is (133,61,55). Sum of RGB (Red+Green+Blue) = 133+61+55=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D37 is #7AC2C8. Grayscale: #515151. Windows color (decimal): -8045257 or 3620229. OLE color: 3620229.
HSL color Cylindrical-coordinate representation of color #853D37: hue angle of 4.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853D37 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 55 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.48 |
| HSL | 4.62º | 0.41% | 0.37% | - |
| HSV(B) | 4.62º | 0.59% | 0.52% | - |
| XYZ | 12.03 | 8.6 | 4.64 | - |
| YUV | 81.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 55 | 0 | 0.54 | 0.59 | 0.48 | 4.62 | 0.41 | 0.37 |
| Hex | 85 | 3D | 37 | 0 | 36 | 3B | 30 | 5 | 29 | 25 |
| Octal | 205 | 75 | 67 | 0 | 66 | 73 | 60 | 5 | 51 | 45 |
| Binary | 10000101 | 111101 | 110111 | 0 | 110110 | 111011 | 110000 | 101 | 101001 | 100101 |
Color Harmonies of #853D37
Complementary color
Monochromatic Colors of #853D37
Black with #853D37
Text Example
Text Example
White with #853D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D37; }
p { color: rgb(133,61,55); }
H1.HeaderClassName
{
color: #853D37;
}
.AnyTagClassName
{
color: #853D37;
}
</style>
background-color css
<style>
a { background-color: #853D37; }
a { background-color: rgb(133,61,55); }
div.DivClassName
{
background-color: #853D37;
}
.BgClassName
{
background-color: #853D37;
}
</style>
border-color css
<style>
span { border-color: #853D37; }
span { border-color: rgb(133,61,55); }
td.TdClassName
{
border-color: #853D37;
}
.TagClassName
{
border-color: #853D37;
}
</style>