Shades of Prairie Sand #88423B
Tints of Prairie Sand #88423B
RGB
CMYK
RGB Variations
Color information
#88423B (or 0x88423B) is known color: Prairie Sand. HEX triplet: 88, 42 and 3B. RGB value is (136,66,59). Sum of RGB (Red+Green+Blue) = 136+66+59=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88423B is #77BDC4. Grayscale: #565656. Windows color (decimal): -7847365 or 3883656. OLE color: 3883656.
HSL color Cylindrical-coordinate representation of color #88423B: hue angle of 5.45º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88423B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 59 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.47 |
| HSL | 5.45º | 0.39% | 0.38% | - |
| HSV(B) | 5.45º | 0.57% | 0.53% | - |
| XYZ | 12.89 | 9.45 | 5.28 | - |
| YUV | 86.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 59 | 0 | 0.51 | 0.57 | 0.47 | 5.45 | 0.39 | 0.38 |
| Hex | 88 | 42 | 3B | 0 | 33 | 39 | 2F | 5 | 27 | 26 |
| Octal | 210 | 102 | 73 | 0 | 63 | 71 | 57 | 5 | 47 | 46 |
| Binary | 10001000 | 1000010 | 111011 | 0 | 110011 | 111001 | 101111 | 101 | 100111 | 100110 |
Color Harmonies of #88423B
Complementary color
Monochromatic Colors of #88423B
Black with #88423B
Text Example
Text Example
White with #88423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88423B; }
p { color: rgb(136,66,59); }
H1.HeaderClassName
{
color: #88423B;
}
.AnyTagClassName
{
color: #88423B;
}
</style>
background-color css
<style>
a { background-color: #88423B; }
a { background-color: rgb(136,66,59); }
div.DivClassName
{
background-color: #88423B;
}
.BgClassName
{
background-color: #88423B;
}
</style>
border-color css
<style>
span { border-color: #88423B; }
span { border-color: rgb(136,66,59); }
td.TdClassName
{
border-color: #88423B;
}
.TagClassName
{
border-color: #88423B;
}
</style>