Shades of Prairie Sand #89413D
Tints of Prairie Sand #89413D
RGB
CMYK
RGB Variations
Color information
#89413D (or 0x89413D) is known color: Prairie Sand. HEX triplet: 89, 41 and 3D. RGB value is (137,65,61). Sum of RGB (Red+Green+Blue) = 137+65+61=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89413D is #76BEC2. Grayscale: #565656. Windows color (decimal): -7782083 or 4014473. OLE color: 4014473.
HSL color Cylindrical-coordinate representation of color #89413D: hue angle of 3.16º 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 #89413D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 61 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.46 |
| HSL | 3.16º | 0.38% | 0.39% | - |
| HSV(B) | 3.16º | 0.55% | 0.54% | - |
| XYZ | 13.05 | 9.44 | 5.55 | - |
| YUV | 86.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 61 | 0 | 0.53 | 0.55 | 0.46 | 3.16 | 0.38 | 0.39 |
| Hex | 89 | 41 | 3D | 0 | 35 | 37 | 2E | 3 | 26 | 27 |
| Octal | 211 | 101 | 75 | 0 | 65 | 67 | 56 | 3 | 46 | 47 |
| Binary | 10001001 | 1000001 | 111101 | 0 | 110101 | 110111 | 101110 | 11 | 100110 | 100111 |
Color Harmonies of #89413D
Complementary color
Monochromatic Colors of #89413D
Black with #89413D
Text Example
Text Example
White with #89413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89413D; }
p { color: rgb(137,65,61); }
H1.HeaderClassName
{
color: #89413D;
}
.AnyTagClassName
{
color: #89413D;
}
</style>
background-color css
<style>
a { background-color: #89413D; }
a { background-color: rgb(137,65,61); }
div.DivClassName
{
background-color: #89413D;
}
.BgClassName
{
background-color: #89413D;
}
</style>
border-color css
<style>
span { border-color: #89413D; }
span { border-color: rgb(137,65,61); }
td.TdClassName
{
border-color: #89413D;
}
.TagClassName
{
border-color: #89413D;
}
</style>