Shades of Prairie Sand #88403D
Tints of Prairie Sand #88403D
RGB
CMYK
RGB Variations
Color information
#88403D (or 0x88403D) is known color: Prairie Sand. HEX triplet: 88, 40 and 3D. RGB value is (136,64,61). Sum of RGB (Red+Green+Blue) = 136+64+61=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88403D is #77BFC2. Grayscale: #555555. Windows color (decimal): -7847875 or 4014216. OLE color: 4014216.
HSL color Cylindrical-coordinate representation of color #88403D: hue angle of 2.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88403D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 61 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.47 |
| HSL | 2.4º | 0.38% | 0.39% | - |
| HSV(B) | 2.4º | 0.55% | 0.53% | - |
| XYZ | 12.83 | 9.24 | 5.52 | - |
| YUV | 85.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 61 | 0 | 0.53 | 0.55 | 0.47 | 2.4 | 0.38 | 0.39 |
| Hex | 88 | 40 | 3D | 0 | 35 | 37 | 2F | 2 | 26 | 27 |
| Octal | 210 | 100 | 75 | 0 | 65 | 67 | 57 | 2 | 46 | 47 |
| Binary | 10001000 | 1000000 | 111101 | 0 | 110101 | 110111 | 101111 | 10 | 100110 | 100111 |
Color Harmonies of #88403D
Complementary color
Monochromatic Colors of #88403D
Black with #88403D
Text Example
Text Example
White with #88403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88403D; }
p { color: rgb(136,64,61); }
H1.HeaderClassName
{
color: #88403D;
}
.AnyTagClassName
{
color: #88403D;
}
</style>
background-color css
<style>
a { background-color: #88403D; }
a { background-color: rgb(136,64,61); }
div.DivClassName
{
background-color: #88403D;
}
.BgClassName
{
background-color: #88403D;
}
</style>
border-color css
<style>
span { border-color: #88403D; }
span { border-color: rgb(136,64,61); }
td.TdClassName
{
border-color: #88403D;
}
.TagClassName
{
border-color: #88403D;
}
</style>