Shades of Prairie Sand #893B34
Tints of Prairie Sand #893B34
RGB
CMYK
RGB Variations
Color information
#893B34 (or 0x893B34) is known color: Prairie Sand. HEX triplet: 89, 3B and 34. RGB value is (137,59,52). Sum of RGB (Red+Green+Blue) = 137+59+52=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #893B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B34 is #76C4CB. Grayscale: #515151. Windows color (decimal): -7783628 or 3423113. OLE color: 3423113.
HSL color Cylindrical-coordinate representation of color #893B34: hue angle of 4.94º 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 #893B34 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 52 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.46 |
| HSL | 4.94º | 0.45% | 0.37% | - |
| HSV(B) | 4.94º | 0.62% | 0.54% | - |
| XYZ | 12.5 | 8.69 | 4.27 | - |
| YUV | 81.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 52 | 0 | 0.57 | 0.62 | 0.46 | 4.94 | 0.45 | 0.37 |
| Hex | 89 | 3B | 34 | 0 | 39 | 3E | 2E | 5 | 2D | 25 |
| Octal | 211 | 73 | 64 | 0 | 71 | 76 | 56 | 5 | 55 | 45 |
| Binary | 10001001 | 111011 | 110100 | 0 | 111001 | 111110 | 101110 | 101 | 101101 | 100101 |
Color Harmonies of #893B34
Complementary color
Monochromatic Colors of #893B34
Black with #893B34
Text Example
Text Example
White with #893B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B34; }
p { color: rgb(137,59,52); }
H1.HeaderClassName
{
color: #893B34;
}
.AnyTagClassName
{
color: #893B34;
}
</style>
background-color css
<style>
a { background-color: #893B34; }
a { background-color: rgb(137,59,52); }
div.DivClassName
{
background-color: #893B34;
}
.BgClassName
{
background-color: #893B34;
}
</style>
border-color css
<style>
span { border-color: #893B34; }
span { border-color: rgb(137,59,52); }
td.TdClassName
{
border-color: #893B34;
}
.TagClassName
{
border-color: #893B34;
}
</style>