Shades of Prairie Sand #883F31
Tints of Prairie Sand #883F31
RGB
CMYK
RGB Variations
Color information
#883F31 (or 0x883F31) is known color: Prairie Sand. HEX triplet: 88, 3F and 31. RGB value is (136,63,49). Sum of RGB (Red+Green+Blue) = 136+63+49=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #883F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F31 is #77C0CE. Grayscale: #535353. Windows color (decimal): -7848143 or 3227528. OLE color: 3227528.
HSL color Cylindrical-coordinate representation of color #883F31: hue angle of 9.66º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883F31 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 49 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.47 |
| HSL | 9.66º | 0.47% | 0.36% | - |
| HSV(B) | 9.66º | 0.64% | 0.53% | - |
| XYZ | 12.49 | 9.01 | 3.99 | - |
| YUV | 83.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 49 | 0 | 0.54 | 0.64 | 0.47 | 9.66 | 0.47 | 0.36 |
| Hex | 88 | 3F | 31 | 0 | 36 | 40 | 2F | A | 2F | 24 |
| Octal | 210 | 77 | 61 | 0 | 66 | 100 | 57 | 12 | 57 | 44 |
| Binary | 10001000 | 111111 | 110001 | 0 | 110110 | 1000000 | 101111 | 1010 | 101111 | 100100 |
Color Harmonies of #883F31
Complementary color
Monochromatic Colors of #883F31
Black with #883F31
Text Example
Text Example
White with #883F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F31; }
p { color: rgb(136,63,49); }
H1.HeaderClassName
{
color: #883F31;
}
.AnyTagClassName
{
color: #883F31;
}
</style>
background-color css
<style>
a { background-color: #883F31; }
a { background-color: rgb(136,63,49); }
div.DivClassName
{
background-color: #883F31;
}
.BgClassName
{
background-color: #883F31;
}
</style>
border-color css
<style>
span { border-color: #883F31; }
span { border-color: rgb(136,63,49); }
td.TdClassName
{
border-color: #883F31;
}
.TagClassName
{
border-color: #883F31;
}
</style>