Shades of Prairie Sand #883E30
Tints of Prairie Sand #883E30
RGB
CMYK
RGB Variations
Color information
#883E30 (or 0x883E30) is known color: Prairie Sand. HEX triplet: 88, 3E and 30. RGB value is (136,62,48). Sum of RGB (Red+Green+Blue) = 136+62+48=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #883E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E30 is #77C1CF. Grayscale: #525252. Windows color (decimal): -7848400 or 3161736. OLE color: 3161736.
HSL color Cylindrical-coordinate representation of color #883E30: hue angle of 9.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883E30 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 48 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.47 |
| HSL | 9.55º | 0.48% | 0.36% | - |
| HSV(B) | 9.55º | 0.65% | 0.53% | - |
| XYZ | 12.41 | 8.89 | 3.86 | - |
| YUV | 82.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 48 | 0 | 0.54 | 0.65 | 0.47 | 9.55 | 0.48 | 0.36 |
| Hex | 88 | 3E | 30 | 0 | 36 | 41 | 2F | A | 30 | 24 |
| Octal | 210 | 76 | 60 | 0 | 66 | 101 | 57 | 12 | 60 | 44 |
| Binary | 10001000 | 111110 | 110000 | 0 | 110110 | 1000001 | 101111 | 1010 | 110000 | 100100 |
Color Harmonies of #883E30
Complementary color
Monochromatic Colors of #883E30
Black with #883E30
Text Example
Text Example
White with #883E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E30; }
p { color: rgb(136,62,48); }
H1.HeaderClassName
{
color: #883E30;
}
.AnyTagClassName
{
color: #883E30;
}
</style>
background-color css
<style>
a { background-color: #883E30; }
a { background-color: rgb(136,62,48); }
div.DivClassName
{
background-color: #883E30;
}
.BgClassName
{
background-color: #883E30;
}
</style>
border-color css
<style>
span { border-color: #883E30; }
span { border-color: rgb(136,62,48); }
td.TdClassName
{
border-color: #883E30;
}
.TagClassName
{
border-color: #883E30;
}
</style>