Shades of Prairie Sand #893B36
Tints of Prairie Sand #893B36
RGB
CMYK
RGB Variations
Color information
#893B36 (or 0x893B36) is known color: Prairie Sand. HEX triplet: 89, 3B and 36. RGB value is (137,59,54). Sum of RGB (Red+Green+Blue) = 137+59+54=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #893B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B36 is #76C4C9. Grayscale: #515151. Windows color (decimal): -7783626 or 3554185. OLE color: 3554185.
HSL color Cylindrical-coordinate representation of color #893B36: hue angle of 3.61º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893B36 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 54 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.46 |
| HSL | 3.61º | 0.43% | 0.37% | - |
| HSV(B) | 3.61º | 0.61% | 0.54% | - |
| XYZ | 12.55 | 8.71 | 4.51 | - |
| YUV | 81.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 54 | 0 | 0.57 | 0.61 | 0.46 | 3.61 | 0.43 | 0.37 |
| Hex | 89 | 3B | 36 | 0 | 39 | 3D | 2E | 4 | 2B | 25 |
| Octal | 211 | 73 | 66 | 0 | 71 | 75 | 56 | 4 | 53 | 45 |
| Binary | 10001001 | 111011 | 110110 | 0 | 111001 | 111101 | 101110 | 100 | 101011 | 100101 |
Color Harmonies of #893B36
Complementary color
Monochromatic Colors of #893B36
Black with #893B36
Text Example
Text Example
White with #893B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B36; }
p { color: rgb(137,59,54); }
H1.HeaderClassName
{
color: #893B36;
}
.AnyTagClassName
{
color: #893B36;
}
</style>
background-color css
<style>
a { background-color: #893B36; }
a { background-color: rgb(137,59,54); }
div.DivClassName
{
background-color: #893B36;
}
.BgClassName
{
background-color: #893B36;
}
</style>
border-color css
<style>
span { border-color: #893B36; }
span { border-color: rgb(137,59,54); }
td.TdClassName
{
border-color: #893B36;
}
.TagClassName
{
border-color: #893B36;
}
</style>