Shades of Prairie Sand #89423A
Tints of Prairie Sand #89423A
RGB
CMYK
RGB Variations
Color information
#89423A (or 0x89423A) is known color: Prairie Sand. HEX triplet: 89, 42 and 3A. RGB value is (137,66,58). Sum of RGB (Red+Green+Blue) = 137+66+58=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89423A is #76BDC5. Grayscale: #565656. Windows color (decimal): -7781830 or 3818121. OLE color: 3818121.
HSL color Cylindrical-coordinate representation of color #89423A: hue angle of 6.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89423A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 58 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.46 |
| HSL | 6.08º | 0.41% | 0.38% | - |
| HSV(B) | 6.08º | 0.58% | 0.54% | - |
| XYZ | 13.03 | 9.52 | 5.15 | - |
| YUV | 86.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 58 | 0 | 0.52 | 0.58 | 0.46 | 6.08 | 0.41 | 0.38 |
| Hex | 89 | 42 | 3A | 0 | 34 | 3A | 2E | 6 | 29 | 26 |
| Octal | 211 | 102 | 72 | 0 | 64 | 72 | 56 | 6 | 51 | 46 |
| Binary | 10001001 | 1000010 | 111010 | 0 | 110100 | 111010 | 101110 | 110 | 101001 | 100110 |
Color Harmonies of #89423A
Complementary color
Monochromatic Colors of #89423A
Black with #89423A
Text Example
Text Example
White with #89423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89423A; }
p { color: rgb(137,66,58); }
H1.HeaderClassName
{
color: #89423A;
}
.AnyTagClassName
{
color: #89423A;
}
</style>
background-color css
<style>
a { background-color: #89423A; }
a { background-color: rgb(137,66,58); }
div.DivClassName
{
background-color: #89423A;
}
.BgClassName
{
background-color: #89423A;
}
</style>
border-color css
<style>
span { border-color: #89423A; }
span { border-color: rgb(137,66,58); }
td.TdClassName
{
border-color: #89423A;
}
.TagClassName
{
border-color: #89423A;
}
</style>