Shades of Prairie Sand #89413B
Tints of Prairie Sand #89413B
RGB
CMYK
RGB Variations
Color information
#89413B (or 0x89413B) is known color: Prairie Sand. HEX triplet: 89, 41 and 3B. RGB value is (137,65,59). Sum of RGB (Red+Green+Blue) = 137+65+59=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89413B is #76BEC4. Grayscale: #555555. Windows color (decimal): -7782085 or 3883401. OLE color: 3883401.
HSL color Cylindrical-coordinate representation of color #89413B: hue angle of 4.62º 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 #89413B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 59 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.46 |
| HSL | 4.62º | 0.4% | 0.38% | - |
| HSV(B) | 4.62º | 0.57% | 0.54% | - |
| XYZ | 13 | 9.41 | 5.27 | - |
| YUV | 85.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 59 | 0 | 0.53 | 0.57 | 0.46 | 4.62 | 0.4 | 0.38 |
| Hex | 89 | 41 | 3B | 0 | 35 | 39 | 2E | 5 | 28 | 26 |
| Octal | 211 | 101 | 73 | 0 | 65 | 71 | 56 | 5 | 50 | 46 |
| Binary | 10001001 | 1000001 | 111011 | 0 | 110101 | 111001 | 101110 | 101 | 101000 | 100110 |
Color Harmonies of #89413B
Complementary color
Monochromatic Colors of #89413B
Black with #89413B
Text Example
Text Example
White with #89413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89413B; }
p { color: rgb(137,65,59); }
H1.HeaderClassName
{
color: #89413B;
}
.AnyTagClassName
{
color: #89413B;
}
</style>
background-color css
<style>
a { background-color: #89413B; }
a { background-color: rgb(137,65,59); }
div.DivClassName
{
background-color: #89413B;
}
.BgClassName
{
background-color: #89413B;
}
</style>
border-color css
<style>
span { border-color: #89413B; }
span { border-color: rgb(137,65,59); }
td.TdClassName
{
border-color: #89413B;
}
.TagClassName
{
border-color: #89413B;
}
</style>