Shades of Prairie Sand #883B30
Tints of Prairie Sand #883B30
RGB
CMYK
RGB Variations
Color information
#883B30 (or 0x883B30) is known color: Prairie Sand. HEX triplet: 88, 3B and 30. RGB value is (136,59,48). Sum of RGB (Red+Green+Blue) = 136+59+48=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #883B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B30 is #77C4CF. Grayscale: #505050. Windows color (decimal): -7849168 or 3160968. OLE color: 3160968.
HSL color Cylindrical-coordinate representation of color #883B30: hue angle of 7.5º 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 #883B30 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 48 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.47 |
| HSL | 7.5º | 0.48% | 0.36% | - |
| HSV(B) | 7.5º | 0.65% | 0.53% | - |
| XYZ | 12.25 | 8.58 | 3.81 | - |
| YUV | 80.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 48 | 0 | 0.57 | 0.65 | 0.47 | 7.5 | 0.48 | 0.36 |
| Hex | 88 | 3B | 30 | 0 | 39 | 41 | 2F | 8 | 30 | 24 |
| Octal | 210 | 73 | 60 | 0 | 71 | 101 | 57 | 10 | 60 | 44 |
| Binary | 10001000 | 111011 | 110000 | 0 | 111001 | 1000001 | 101111 | 1000 | 110000 | 100100 |
Color Harmonies of #883B30
Complementary color
Monochromatic Colors of #883B30
Black with #883B30
Text Example
Text Example
White with #883B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B30; }
p { color: rgb(136,59,48); }
H1.HeaderClassName
{
color: #883B30;
}
.AnyTagClassName
{
color: #883B30;
}
</style>
background-color css
<style>
a { background-color: #883B30; }
a { background-color: rgb(136,59,48); }
div.DivClassName
{
background-color: #883B30;
}
.BgClassName
{
background-color: #883B30;
}
</style>
border-color css
<style>
span { border-color: #883B30; }
span { border-color: rgb(136,59,48); }
td.TdClassName
{
border-color: #883B30;
}
.TagClassName
{
border-color: #883B30;
}
</style>