Shades of Prairie Sand #893A30
Tints of Prairie Sand #893A30
RGB
CMYK
RGB Variations
Color information
#893A30 (or 0x893A30) is known color: Prairie Sand. HEX triplet: 89, 3A and 30. RGB value is (137,58,48). Sum of RGB (Red+Green+Blue) = 137+58+48=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #893A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A30 is #76C5CF. Grayscale: #505050. Windows color (decimal): -7783888 or 3160713. OLE color: 3160713.
HSL color Cylindrical-coordinate representation of color #893A30: hue angle of 6.74º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893A30 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 48 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.46 |
| HSL | 6.74º | 0.48% | 0.36% | - |
| HSV(B) | 6.74º | 0.65% | 0.54% | - |
| XYZ | 12.36 | 8.56 | 3.8 | - |
| YUV | 80.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 48 | 0 | 0.58 | 0.65 | 0.46 | 6.74 | 0.48 | 0.36 |
| Hex | 89 | 3A | 30 | 0 | 3A | 41 | 2E | 7 | 30 | 24 |
| Octal | 211 | 72 | 60 | 0 | 72 | 101 | 56 | 7 | 60 | 44 |
| Binary | 10001001 | 111010 | 110000 | 0 | 111010 | 1000001 | 101110 | 111 | 110000 | 100100 |
Color Harmonies of #893A30
Complementary color
Monochromatic Colors of #893A30
Black with #893A30
Text Example
Text Example
White with #893A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A30; }
p { color: rgb(137,58,48); }
H1.HeaderClassName
{
color: #893A30;
}
.AnyTagClassName
{
color: #893A30;
}
</style>
background-color css
<style>
a { background-color: #893A30; }
a { background-color: rgb(137,58,48); }
div.DivClassName
{
background-color: #893A30;
}
.BgClassName
{
background-color: #893A30;
}
</style>
border-color css
<style>
span { border-color: #893A30; }
span { border-color: rgb(137,58,48); }
td.TdClassName
{
border-color: #893A30;
}
.TagClassName
{
border-color: #893A30;
}
</style>