Shades of Prairie Sand #853A32
Tints of Prairie Sand #853A32
RGB
CMYK
RGB Variations
Color information
#853A32 (or 0x853A32) is known color: Prairie Sand. HEX triplet: 85, 3A and 32. RGB value is (133,58,50). Sum of RGB (Red+Green+Blue) = 133+58+50=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A32 is #7AC5CD. Grayscale: #4F4F4F. Windows color (decimal): -8046030 or 3291781. OLE color: 3291781.
HSL color Cylindrical-coordinate representation of color #853A32: hue angle of 5.78º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853A32 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 50 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.48 |
| HSL | 5.78º | 0.45% | 0.36% | - |
| HSV(B) | 5.78º | 0.62% | 0.52% | - |
| XYZ | 11.76 | 8.24 | 3.99 | - |
| YUV | 79.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 50 | 0 | 0.56 | 0.62 | 0.48 | 5.78 | 0.45 | 0.36 |
| Hex | 85 | 3A | 32 | 0 | 38 | 3E | 30 | 6 | 2D | 24 |
| Octal | 205 | 72 | 62 | 0 | 70 | 76 | 60 | 6 | 55 | 44 |
| Binary | 10000101 | 111010 | 110010 | 0 | 111000 | 111110 | 110000 | 110 | 101101 | 100100 |
Color Harmonies of #853A32
Complementary color
Monochromatic Colors of #853A32
Black with #853A32
Text Example
Text Example
White with #853A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A32; }
p { color: rgb(133,58,50); }
H1.HeaderClassName
{
color: #853A32;
}
.AnyTagClassName
{
color: #853A32;
}
</style>
background-color css
<style>
a { background-color: #853A32; }
a { background-color: rgb(133,58,50); }
div.DivClassName
{
background-color: #853A32;
}
.BgClassName
{
background-color: #853A32;
}
</style>
border-color css
<style>
span { border-color: #853A32; }
span { border-color: rgb(133,58,50); }
td.TdClassName
{
border-color: #853A32;
}
.TagClassName
{
border-color: #853A32;
}
</style>