Shades of Prairie Sand #853C2D
Tints of Prairie Sand #853C2D
RGB
CMYK
RGB Variations
Color information
#853C2D (or 0x853C2D) is known color: Prairie Sand. HEX triplet: 85, 3C and 2D. RGB value is (133,60,45). Sum of RGB (Red+Green+Blue) = 133+60+45=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C2D is #7AC3D2. Grayscale: #505050. Windows color (decimal): -8045523 or 2964613. OLE color: 2964613.
HSL color Cylindrical-coordinate representation of color #853C2D: hue angle of 10.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853C2D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 45 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.48 |
| HSL | 10.23º | 0.49% | 0.35% | - |
| HSV(B) | 10.23º | 0.66% | 0.52% | - |
| XYZ | 11.76 | 8.41 | 3.49 | - |
| YUV | 80.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 45 | 0 | 0.55 | 0.66 | 0.48 | 10.23 | 0.49 | 0.35 |
| Hex | 85 | 3C | 2D | 0 | 37 | 42 | 30 | A | 31 | 23 |
| Octal | 205 | 74 | 55 | 0 | 67 | 102 | 60 | 12 | 61 | 43 |
| Binary | 10000101 | 111100 | 101101 | 0 | 110111 | 1000010 | 110000 | 1010 | 110001 | 100011 |
Color Harmonies of #853C2D
Complementary color
Monochromatic Colors of #853C2D
Black with #853C2D
Text Example
Text Example
White with #853C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C2D; }
p { color: rgb(133,60,45); }
H1.HeaderClassName
{
color: #853C2D;
}
.AnyTagClassName
{
color: #853C2D;
}
</style>
background-color css
<style>
a { background-color: #853C2D; }
a { background-color: rgb(133,60,45); }
div.DivClassName
{
background-color: #853C2D;
}
.BgClassName
{
background-color: #853C2D;
}
</style>
border-color css
<style>
span { border-color: #853C2D; }
span { border-color: rgb(133,60,45); }
td.TdClassName
{
border-color: #853C2D;
}
.TagClassName
{
border-color: #853C2D;
}
</style>