Shades of Prairie Sand #89403D
Tints of Prairie Sand #89403D
RGB
CMYK
RGB Variations
Color information
#89403D (or 0x89403D) is known color: Prairie Sand. HEX triplet: 89, 40 and 3D. RGB value is (137,64,61). Sum of RGB (Red+Green+Blue) = 137+64+61=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89403D is #76BFC2. Grayscale: #555555. Windows color (decimal): -7782339 or 4014217. OLE color: 4014217.
HSL color Cylindrical-coordinate representation of color #89403D: hue angle of 2.37º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #89403D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 61 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.46 |
| HSL | 2.37º | 0.38% | 0.39% | - |
| HSV(B) | 2.37º | 0.55% | 0.54% | - |
| XYZ | 12.99 | 9.32 | 5.53 | - |
| YUV | 85.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 61 | 0 | 0.53 | 0.55 | 0.46 | 2.37 | 0.38 | 0.39 |
| Hex | 89 | 40 | 3D | 0 | 35 | 37 | 2E | 2 | 26 | 27 |
| Octal | 211 | 100 | 75 | 0 | 65 | 67 | 56 | 2 | 46 | 47 |
| Binary | 10001001 | 1000000 | 111101 | 0 | 110101 | 110111 | 101110 | 10 | 100110 | 100111 |
Color Harmonies of #89403D
Complementary color
Monochromatic Colors of #89403D
Black with #89403D
Text Example
Text Example
White with #89403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89403D; }
p { color: rgb(137,64,61); }
H1.HeaderClassName
{
color: #89403D;
}
.AnyTagClassName
{
color: #89403D;
}
</style>
background-color css
<style>
a { background-color: #89403D; }
a { background-color: rgb(137,64,61); }
div.DivClassName
{
background-color: #89403D;
}
.BgClassName
{
background-color: #89403D;
}
</style>
border-color css
<style>
span { border-color: #89403D; }
span { border-color: rgb(137,64,61); }
td.TdClassName
{
border-color: #89403D;
}
.TagClassName
{
border-color: #89403D;
}
</style>