Shades of Prairie Sand #883B32
Tints of Prairie Sand #883B32
RGB
CMYK
RGB Variations
Color information
#883B32 (or 0x883B32) is known color: Prairie Sand. HEX triplet: 88, 3B and 32. RGB value is (136,59,50). Sum of RGB (Red+Green+Blue) = 136+59+50=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B32 is #77C4CD. Grayscale: #515151. Windows color (decimal): -7849166 or 3292040. OLE color: 3292040.
HSL color Cylindrical-coordinate representation of color #883B32: hue angle of 6.28º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883B32 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 50 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.47 |
| HSL | 6.28º | 0.46% | 0.36% | - |
| HSV(B) | 6.28º | 0.63% | 0.53% | - |
| XYZ | 12.29 | 8.59 | 4.03 | - |
| YUV | 81 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 50 | 0 | 0.57 | 0.63 | 0.47 | 6.28 | 0.46 | 0.36 |
| Hex | 88 | 3B | 32 | 0 | 39 | 3F | 2F | 6 | 2E | 24 |
| Octal | 210 | 73 | 62 | 0 | 71 | 77 | 57 | 6 | 56 | 44 |
| Binary | 10001000 | 111011 | 110010 | 0 | 111001 | 111111 | 101111 | 110 | 101110 | 100100 |
Color Harmonies of #883B32
Complementary color
Monochromatic Colors of #883B32
Black with #883B32
Text Example
Text Example
White with #883B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B32; }
p { color: rgb(136,59,50); }
H1.HeaderClassName
{
color: #883B32;
}
.AnyTagClassName
{
color: #883B32;
}
</style>
background-color css
<style>
a { background-color: #883B32; }
a { background-color: rgb(136,59,50); }
div.DivClassName
{
background-color: #883B32;
}
.BgClassName
{
background-color: #883B32;
}
</style>
border-color css
<style>
span { border-color: #883B32; }
span { border-color: rgb(136,59,50); }
td.TdClassName
{
border-color: #883B32;
}
.TagClassName
{
border-color: #883B32;
}
</style>