Shades of Prairie Sand #88413A
Tints of Prairie Sand #88413A
RGB
CMYK
RGB Variations
Color information
#88413A (or 0x88413A) is known color: Prairie Sand. HEX triplet: 88, 41 and 3A. RGB value is (136,65,58). Sum of RGB (Red+Green+Blue) = 136+65+58=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #88413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88413A is #77BEC5. Grayscale: #555555. Windows color (decimal): -7847622 or 3817864. OLE color: 3817864.
HSL color Cylindrical-coordinate representation of color #88413A: hue angle of 5.38º degrees, saturation: 0.4, 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 #88413A is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 58 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.47 |
| HSL | 5.38º | 0.4% | 0.38% | - |
| HSV(B) | 5.38º | 0.57% | 0.53% | - |
| XYZ | 12.81 | 9.32 | 5.13 | - |
| YUV | 85.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 58 | 0 | 0.52 | 0.57 | 0.47 | 5.38 | 0.4 | 0.38 |
| Hex | 88 | 41 | 3A | 0 | 34 | 39 | 2F | 5 | 28 | 26 |
| Octal | 210 | 101 | 72 | 0 | 64 | 71 | 57 | 5 | 50 | 46 |
| Binary | 10001000 | 1000001 | 111010 | 0 | 110100 | 111001 | 101111 | 101 | 101000 | 100110 |
Color Harmonies of #88413A
Complementary color
Monochromatic Colors of #88413A
Black with #88413A
Text Example
Text Example
White with #88413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88413A; }
p { color: rgb(136,65,58); }
H1.HeaderClassName
{
color: #88413A;
}
.AnyTagClassName
{
color: #88413A;
}
</style>
background-color css
<style>
a { background-color: #88413A; }
a { background-color: rgb(136,65,58); }
div.DivClassName
{
background-color: #88413A;
}
.BgClassName
{
background-color: #88413A;
}
</style>
border-color css
<style>
span { border-color: #88413A; }
span { border-color: rgb(136,65,58); }
td.TdClassName
{
border-color: #88413A;
}
.TagClassName
{
border-color: #88413A;
}
</style>