Shades of Prairie Sand #853B2F
Tints of Prairie Sand #853B2F
RGB
CMYK
RGB Variations
Color information
#853B2F (or 0x853B2F) is known color: Prairie Sand. HEX triplet: 85, 3B and 2F. RGB value is (133,59,47). Sum of RGB (Red+Green+Blue) = 133+59+47=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #853B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B2F is #7AC4D0. Grayscale: #4F4F4F. Windows color (decimal): -8045777 or 3095429. OLE color: 3095429.
HSL color Cylindrical-coordinate representation of color #853B2F: hue angle of 8.37º degrees, saturation: 0.48, 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 #853B2F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 47 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.48 |
| HSL | 8.37º | 0.48% | 0.35% | - |
| HSV(B) | 8.37º | 0.65% | 0.52% | - |
| XYZ | 11.75 | 8.32 | 3.68 | - |
| YUV | 79.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 47 | 0 | 0.56 | 0.65 | 0.48 | 8.37 | 0.48 | 0.35 |
| Hex | 85 | 3B | 2F | 0 | 38 | 41 | 30 | 8 | 30 | 23 |
| Octal | 205 | 73 | 57 | 0 | 70 | 101 | 60 | 10 | 60 | 43 |
| Binary | 10000101 | 111011 | 101111 | 0 | 111000 | 1000001 | 110000 | 1000 | 110000 | 100011 |
Color Harmonies of #853B2F
Complementary color
Monochromatic Colors of #853B2F
Black with #853B2F
Text Example
Text Example
White with #853B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B2F; }
p { color: rgb(133,59,47); }
H1.HeaderClassName
{
color: #853B2F;
}
.AnyTagClassName
{
color: #853B2F;
}
</style>
background-color css
<style>
a { background-color: #853B2F; }
a { background-color: rgb(133,59,47); }
div.DivClassName
{
background-color: #853B2F;
}
.BgClassName
{
background-color: #853B2F;
}
</style>
border-color css
<style>
span { border-color: #853B2F; }
span { border-color: rgb(133,59,47); }
td.TdClassName
{
border-color: #853B2F;
}
.TagClassName
{
border-color: #853B2F;
}
</style>