Shades of Prairie Sand #89403C
Tints of Prairie Sand #89403C
RGB
CMYK
RGB Variations
Color information
#89403C (or 0x89403C) is known color: Prairie Sand. HEX triplet: 89, 40 and 3C. RGB value is (137,64,60). Sum of RGB (Red+Green+Blue) = 137+64+60=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89403C is #76BFC3. Grayscale: #555555. Windows color (decimal): -7782340 or 3948681. OLE color: 3948681.
HSL color Cylindrical-coordinate representation of color #89403C: hue angle of 3.12º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #89403C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 60 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.46 |
| HSL | 3.12º | 0.39% | 0.39% | - |
| HSV(B) | 3.12º | 0.56% | 0.54% | - |
| XYZ | 12.97 | 9.31 | 5.39 | - |
| YUV | 85.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 60 | 0 | 0.53 | 0.56 | 0.46 | 3.12 | 0.39 | 0.39 |
| Hex | 89 | 40 | 3C | 0 | 35 | 38 | 2E | 3 | 27 | 27 |
| Octal | 211 | 100 | 74 | 0 | 65 | 70 | 56 | 3 | 47 | 47 |
| Binary | 10001001 | 1000000 | 111100 | 0 | 110101 | 111000 | 101110 | 11 | 100111 | 100111 |
Color Harmonies of #89403C
Complementary color
Monochromatic Colors of #89403C
Black with #89403C
Text Example
Text Example
White with #89403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89403C; }
p { color: rgb(137,64,60); }
H1.HeaderClassName
{
color: #89403C;
}
.AnyTagClassName
{
color: #89403C;
}
</style>
background-color css
<style>
a { background-color: #89403C; }
a { background-color: rgb(137,64,60); }
div.DivClassName
{
background-color: #89403C;
}
.BgClassName
{
background-color: #89403C;
}
</style>
border-color css
<style>
span { border-color: #89403C; }
span { border-color: rgb(137,64,60); }
td.TdClassName
{
border-color: #89403C;
}
.TagClassName
{
border-color: #89403C;
}
</style>