Shades of Prairie Sand #883A31
Tints of Prairie Sand #883A31
RGB
CMYK
RGB Variations
Color information
#883A31 (or 0x883A31) is known color: Prairie Sand. HEX triplet: 88, 3A and 31. RGB value is (136,58,49). Sum of RGB (Red+Green+Blue) = 136+58+49=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #883A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A31 is #77C5CE. Grayscale: #505050. Windows color (decimal): -7849423 or 3226248. OLE color: 3226248.
HSL color Cylindrical-coordinate representation of color #883A31: hue angle of 6.21º 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 #883A31 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 49 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.47 |
| HSL | 6.21º | 0.47% | 0.36% | - |
| HSV(B) | 6.21º | 0.64% | 0.53% | - |
| XYZ | 12.22 | 8.48 | 3.9 | - |
| YUV | 80.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 49 | 0 | 0.57 | 0.64 | 0.47 | 6.21 | 0.47 | 0.36 |
| Hex | 88 | 3A | 31 | 0 | 39 | 40 | 2F | 6 | 2F | 24 |
| Octal | 210 | 72 | 61 | 0 | 71 | 100 | 57 | 6 | 57 | 44 |
| Binary | 10001000 | 111010 | 110001 | 0 | 111001 | 1000000 | 101111 | 110 | 101111 | 100100 |
Color Harmonies of #883A31
Complementary color
Monochromatic Colors of #883A31
Black with #883A31
Text Example
Text Example
White with #883A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A31; }
p { color: rgb(136,58,49); }
H1.HeaderClassName
{
color: #883A31;
}
.AnyTagClassName
{
color: #883A31;
}
</style>
background-color css
<style>
a { background-color: #883A31; }
a { background-color: rgb(136,58,49); }
div.DivClassName
{
background-color: #883A31;
}
.BgClassName
{
background-color: #883A31;
}
</style>
border-color css
<style>
span { border-color: #883A31; }
span { border-color: rgb(136,58,49); }
td.TdClassName
{
border-color: #883A31;
}
.TagClassName
{
border-color: #883A31;
}
</style>