Shades of Prairie Sand #893F2F
Tints of Prairie Sand #893F2F
RGB
CMYK
RGB Variations
Color information
#893F2F (or 0x893F2F) is known color: Prairie Sand. HEX triplet: 89, 3F and 2F. RGB value is (137,63,47). Sum of RGB (Red+Green+Blue) = 137+63+47=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #893F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F2F is #76C0D0. Grayscale: #535353. Windows color (decimal): -7782609 or 3096457. OLE color: 3096457.
HSL color Cylindrical-coordinate representation of color #893F2F: hue angle of 10.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893F2F is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 47 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.46 |
| HSL | 10.67º | 0.49% | 0.36% | - |
| HSV(B) | 10.67º | 0.66% | 0.54% | - |
| XYZ | 12.61 | 9.08 | 3.78 | - |
| YUV | 83.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 47 | 0 | 0.54 | 0.66 | 0.46 | 10.67 | 0.49 | 0.36 |
| Hex | 89 | 3F | 2F | 0 | 36 | 42 | 2E | B | 31 | 24 |
| Octal | 211 | 77 | 57 | 0 | 66 | 102 | 56 | 13 | 61 | 44 |
| Binary | 10001001 | 111111 | 101111 | 0 | 110110 | 1000010 | 101110 | 1011 | 110001 | 100100 |
Color Harmonies of #893F2F
Complementary color
Monochromatic Colors of #893F2F
Black with #893F2F
Text Example
Text Example
White with #893F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F2F; }
p { color: rgb(137,63,47); }
H1.HeaderClassName
{
color: #893F2F;
}
.AnyTagClassName
{
color: #893F2F;
}
</style>
background-color css
<style>
a { background-color: #893F2F; }
a { background-color: rgb(137,63,47); }
div.DivClassName
{
background-color: #893F2F;
}
.BgClassName
{
background-color: #893F2F;
}
</style>
border-color css
<style>
span { border-color: #893F2F; }
span { border-color: rgb(137,63,47); }
td.TdClassName
{
border-color: #893F2F;
}
.TagClassName
{
border-color: #893F2F;
}
</style>