Shades of Prairie Sand #88403E
Tints of Prairie Sand #88403E
RGB
CMYK
RGB Variations
Color information
#88403E (or 0x88403E) is known color: Prairie Sand. HEX triplet: 88, 40 and 3E. RGB value is (136,64,62). Sum of RGB (Red+Green+Blue) = 136+64+62=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88403E is #77BFC1. Grayscale: #555555. Windows color (decimal): -7847874 or 4079752. OLE color: 4079752.
HSL color Cylindrical-coordinate representation of color #88403E: hue angle of 1.62º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88403E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 62 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.47 |
| HSL | 1.62º | 0.37% | 0.39% | - |
| HSV(B) | 1.62º | 0.54% | 0.53% | - |
| XYZ | 12.86 | 9.25 | 5.67 | - |
| YUV | 85.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 62 | 0 | 0.53 | 0.54 | 0.47 | 1.62 | 0.37 | 0.39 |
| Hex | 88 | 40 | 3E | 0 | 35 | 36 | 2F | 2 | 25 | 27 |
| Octal | 210 | 100 | 76 | 0 | 65 | 66 | 57 | 2 | 45 | 47 |
| Binary | 10001000 | 1000000 | 111110 | 0 | 110101 | 110110 | 101111 | 10 | 100101 | 100111 |
Color Harmonies of #88403E
Complementary color
Monochromatic Colors of #88403E
Black with #88403E
Text Example
Text Example
White with #88403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88403E; }
p { color: rgb(136,64,62); }
H1.HeaderClassName
{
color: #88403E;
}
.AnyTagClassName
{
color: #88403E;
}
</style>
background-color css
<style>
a { background-color: #88403E; }
a { background-color: rgb(136,64,62); }
div.DivClassName
{
background-color: #88403E;
}
.BgClassName
{
background-color: #88403E;
}
</style>
border-color css
<style>
span { border-color: #88403E; }
span { border-color: rgb(136,64,62); }
td.TdClassName
{
border-color: #88403E;
}
.TagClassName
{
border-color: #88403E;
}
</style>