Shades of Prairie Sand #883D30
Tints of Prairie Sand #883D30
RGB
CMYK
RGB Variations
Color information
#883D30 (or 0x883D30) is known color: Prairie Sand. HEX triplet: 88, 3D and 30. RGB value is (136,61,48). Sum of RGB (Red+Green+Blue) = 136+61+48=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D30 is #77C2CF. Grayscale: #525252. Windows color (decimal): -7848656 or 3161480. OLE color: 3161480.
HSL color Cylindrical-coordinate representation of color #883D30: hue angle of 8.86º 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 #883D30 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 48 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.47 |
| HSL | 8.86º | 0.48% | 0.36% | - |
| HSV(B) | 8.86º | 0.65% | 0.53% | - |
| XYZ | 12.36 | 8.79 | 3.84 | - |
| YUV | 81.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 48 | 0 | 0.55 | 0.65 | 0.47 | 8.86 | 0.48 | 0.36 |
| Hex | 88 | 3D | 30 | 0 | 37 | 41 | 2F | 9 | 30 | 24 |
| Octal | 210 | 75 | 60 | 0 | 67 | 101 | 57 | 11 | 60 | 44 |
| Binary | 10001000 | 111101 | 110000 | 0 | 110111 | 1000001 | 101111 | 1001 | 110000 | 100100 |
Color Harmonies of #883D30
Complementary color
Monochromatic Colors of #883D30
Black with #883D30
Text Example
Text Example
White with #883D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D30; }
p { color: rgb(136,61,48); }
H1.HeaderClassName
{
color: #883D30;
}
.AnyTagClassName
{
color: #883D30;
}
</style>
background-color css
<style>
a { background-color: #883D30; }
a { background-color: rgb(136,61,48); }
div.DivClassName
{
background-color: #883D30;
}
.BgClassName
{
background-color: #883D30;
}
</style>
border-color css
<style>
span { border-color: #883D30; }
span { border-color: rgb(136,61,48); }
td.TdClassName
{
border-color: #883D30;
}
.TagClassName
{
border-color: #883D30;
}
</style>