Shades of Prairie Sand #883B33
Tints of Prairie Sand #883B33
RGB
CMYK
RGB Variations
Color information
#883B33 (or 0x883B33) is known color: Prairie Sand. HEX triplet: 88, 3B and 33. RGB value is (136,59,51). Sum of RGB (Red+Green+Blue) = 136+59+51=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #883B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B33 is #77C4CC. Grayscale: #515151. Windows color (decimal): -7849165 or 3357576. OLE color: 3357576.
HSL color Cylindrical-coordinate representation of color #883B33: hue angle of 5.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883B33 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 51 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.47 |
| HSL | 5.65º | 0.45% | 0.37% | - |
| HSV(B) | 5.65º | 0.63% | 0.53% | - |
| XYZ | 12.31 | 8.6 | 4.14 | - |
| YUV | 81.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 51 | 0 | 0.57 | 0.62 | 0.47 | 5.65 | 0.45 | 0.37 |
| Hex | 88 | 3B | 33 | 0 | 39 | 3E | 2F | 6 | 2D | 25 |
| Octal | 210 | 73 | 63 | 0 | 71 | 76 | 57 | 6 | 55 | 45 |
| Binary | 10001000 | 111011 | 110011 | 0 | 111001 | 111110 | 101111 | 110 | 101101 | 100101 |
Color Harmonies of #883B33
Complementary color
Monochromatic Colors of #883B33
Black with #883B33
Text Example
Text Example
White with #883B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B33; }
p { color: rgb(136,59,51); }
H1.HeaderClassName
{
color: #883B33;
}
.AnyTagClassName
{
color: #883B33;
}
</style>
background-color css
<style>
a { background-color: #883B33; }
a { background-color: rgb(136,59,51); }
div.DivClassName
{
background-color: #883B33;
}
.BgClassName
{
background-color: #883B33;
}
</style>
border-color css
<style>
span { border-color: #883B33; }
span { border-color: rgb(136,59,51); }
td.TdClassName
{
border-color: #883B33;
}
.TagClassName
{
border-color: #883B33;
}
</style>