Shades of Prairie Sand #893F3B
Tints of Prairie Sand #893F3B
RGB
CMYK
RGB Variations
Color information
#893F3B (or 0x893F3B) is known color: Prairie Sand. HEX triplet: 89, 3F and 3B. RGB value is (137,63,59). Sum of RGB (Red+Green+Blue) = 137+63+59=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F3B is #76C0C4. Grayscale: #545454. Windows color (decimal): -7782597 or 3882889. OLE color: 3882889.
HSL color Cylindrical-coordinate representation of color #893F3B: hue angle of 3.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893F3B is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 59 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.46 |
| HSL | 3.08º | 0.4% | 0.38% | - |
| HSV(B) | 3.08º | 0.57% | 0.54% | - |
| XYZ | 12.88 | 9.19 | 5.23 | - |
| YUV | 84.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 59 | 0 | 0.54 | 0.57 | 0.46 | 3.08 | 0.4 | 0.38 |
| Hex | 89 | 3F | 3B | 0 | 36 | 39 | 2E | 3 | 28 | 26 |
| Octal | 211 | 77 | 73 | 0 | 66 | 71 | 56 | 3 | 50 | 46 |
| Binary | 10001001 | 111111 | 111011 | 0 | 110110 | 111001 | 101110 | 11 | 101000 | 100110 |
Color Harmonies of #893F3B
Complementary color
Monochromatic Colors of #893F3B
Black with #893F3B
Text Example
Text Example
White with #893F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F3B; }
p { color: rgb(137,63,59); }
H1.HeaderClassName
{
color: #893F3B;
}
.AnyTagClassName
{
color: #893F3B;
}
</style>
background-color css
<style>
a { background-color: #893F3B; }
a { background-color: rgb(137,63,59); }
div.DivClassName
{
background-color: #893F3B;
}
.BgClassName
{
background-color: #893F3B;
}
</style>
border-color css
<style>
span { border-color: #893F3B; }
span { border-color: rgb(137,63,59); }
td.TdClassName
{
border-color: #893F3B;
}
.TagClassName
{
border-color: #893F3B;
}
</style>