Shades of Prairie Sand #893F34
Tints of Prairie Sand #893F34
RGB
CMYK
RGB Variations
Color information
#893F34 (or 0x893F34) is known color: Prairie Sand. HEX triplet: 89, 3F and 34. RGB value is (137,63,52). Sum of RGB (Red+Green+Blue) = 137+63+52=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #893F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F34 is #76C0CB. Grayscale: #535353. Windows color (decimal): -7782604 or 3424137. OLE color: 3424137.
HSL color Cylindrical-coordinate representation of color #893F34: hue angle of 7.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893F34 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 52 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.46 |
| HSL | 7.76º | 0.45% | 0.37% | - |
| HSV(B) | 7.76º | 0.62% | 0.54% | - |
| XYZ | 12.71 | 9.12 | 4.34 | - |
| YUV | 83.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 52 | 0 | 0.54 | 0.62 | 0.46 | 7.76 | 0.45 | 0.37 |
| Hex | 89 | 3F | 34 | 0 | 36 | 3E | 2E | 8 | 2D | 25 |
| Octal | 211 | 77 | 64 | 0 | 66 | 76 | 56 | 10 | 55 | 45 |
| Binary | 10001001 | 111111 | 110100 | 0 | 110110 | 111110 | 101110 | 1000 | 101101 | 100101 |
Color Harmonies of #893F34
Complementary color
Monochromatic Colors of #893F34
Black with #893F34
Text Example
Text Example
White with #893F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F34; }
p { color: rgb(137,63,52); }
H1.HeaderClassName
{
color: #893F34;
}
.AnyTagClassName
{
color: #893F34;
}
</style>
background-color css
<style>
a { background-color: #893F34; }
a { background-color: rgb(137,63,52); }
div.DivClassName
{
background-color: #893F34;
}
.BgClassName
{
background-color: #893F34;
}
</style>
border-color css
<style>
span { border-color: #893F34; }
span { border-color: rgb(137,63,52); }
td.TdClassName
{
border-color: #893F34;
}
.TagClassName
{
border-color: #893F34;
}
</style>