Shades of Prairie Sand #89403B
Tints of Prairie Sand #89403B
RGB
CMYK
RGB Variations
Color information
#89403B (or 0x89403B) is known color: Prairie Sand. HEX triplet: 89, 40 and 3B. RGB value is (137,64,59). Sum of RGB (Red+Green+Blue) = 137+64+59=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #89403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89403B is #76BFC4. Grayscale: #555555. Windows color (decimal): -7782341 or 3883145. OLE color: 3883145.
HSL color Cylindrical-coordinate representation of color #89403B: hue angle of 3.85º 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 #89403B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 59 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.46 |
| HSL | 3.85º | 0.4% | 0.38% | - |
| HSV(B) | 3.85º | 0.57% | 0.54% | - |
| XYZ | 12.94 | 9.3 | 5.25 | - |
| YUV | 85.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 59 | 0 | 0.53 | 0.57 | 0.46 | 3.85 | 0.4 | 0.38 |
| Hex | 89 | 40 | 3B | 0 | 35 | 39 | 2E | 4 | 28 | 26 |
| Octal | 211 | 100 | 73 | 0 | 65 | 71 | 56 | 4 | 50 | 46 |
| Binary | 10001001 | 1000000 | 111011 | 0 | 110101 | 111001 | 101110 | 100 | 101000 | 100110 |
Color Harmonies of #89403B
Complementary color
Monochromatic Colors of #89403B
Black with #89403B
Text Example
Text Example
White with #89403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89403B; }
p { color: rgb(137,64,59); }
H1.HeaderClassName
{
color: #89403B;
}
.AnyTagClassName
{
color: #89403B;
}
</style>
background-color css
<style>
a { background-color: #89403B; }
a { background-color: rgb(137,64,59); }
div.DivClassName
{
background-color: #89403B;
}
.BgClassName
{
background-color: #89403B;
}
</style>
border-color css
<style>
span { border-color: #89403B; }
span { border-color: rgb(137,64,59); }
td.TdClassName
{
border-color: #89403B;
}
.TagClassName
{
border-color: #89403B;
}
</style>