Shades of Prairie Sand #893A34
Tints of Prairie Sand #893A34
RGB
CMYK
RGB Variations
Color information
#893A34 (or 0x893A34) is known color: Prairie Sand. HEX triplet: 89, 3A and 34. RGB value is (137,58,52). Sum of RGB (Red+Green+Blue) = 137+58+52=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #893A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A34 is #76C5CB. Grayscale: #515151. Windows color (decimal): -7783884 or 3422857. OLE color: 3422857.
HSL color Cylindrical-coordinate representation of color #893A34: hue angle of 4.24º 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 #893A34 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 52 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.46 |
| HSL | 4.24º | 0.45% | 0.37% | - |
| HSV(B) | 4.24º | 0.62% | 0.54% | - |
| XYZ | 12.45 | 8.59 | 4.25 | - |
| YUV | 80.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 52 | 0 | 0.58 | 0.62 | 0.46 | 4.24 | 0.45 | 0.37 |
| Hex | 89 | 3A | 34 | 0 | 3A | 3E | 2E | 4 | 2D | 25 |
| Octal | 211 | 72 | 64 | 0 | 72 | 76 | 56 | 4 | 55 | 45 |
| Binary | 10001001 | 111010 | 110100 | 0 | 111010 | 111110 | 101110 | 100 | 101101 | 100101 |
Color Harmonies of #893A34
Complementary color
Monochromatic Colors of #893A34
Black with #893A34
Text Example
Text Example
White with #893A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A34; }
p { color: rgb(137,58,52); }
H1.HeaderClassName
{
color: #893A34;
}
.AnyTagClassName
{
color: #893A34;
}
</style>
background-color css
<style>
a { background-color: #893A34; }
a { background-color: rgb(137,58,52); }
div.DivClassName
{
background-color: #893A34;
}
.BgClassName
{
background-color: #893A34;
}
</style>
border-color css
<style>
span { border-color: #893A34; }
span { border-color: rgb(137,58,52); }
td.TdClassName
{
border-color: #893A34;
}
.TagClassName
{
border-color: #893A34;
}
</style>