Shades of Prairie Sand #883F32
Tints of Prairie Sand #883F32
RGB
CMYK
RGB Variations
Color information
#883F32 (or 0x883F32) is known color: Prairie Sand. HEX triplet: 88, 3F and 32. RGB value is (136,63,50). Sum of RGB (Red+Green+Blue) = 136+63+50=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #883F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F32 is #77C0CD. Grayscale: #535353. Windows color (decimal): -7848142 or 3293064. OLE color: 3293064.
HSL color Cylindrical-coordinate representation of color #883F32: hue angle of 9.07º 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 #883F32 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 50 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.47 |
| HSL | 9.07º | 0.46% | 0.36% | - |
| HSV(B) | 9.07º | 0.63% | 0.53% | - |
| XYZ | 12.51 | 9.02 | 4.1 | - |
| YUV | 83.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 50 | 0 | 0.54 | 0.63 | 0.47 | 9.07 | 0.46 | 0.36 |
| Hex | 88 | 3F | 32 | 0 | 36 | 3F | 2F | 9 | 2E | 24 |
| Octal | 210 | 77 | 62 | 0 | 66 | 77 | 57 | 11 | 56 | 44 |
| Binary | 10001000 | 111111 | 110010 | 0 | 110110 | 111111 | 101111 | 1001 | 101110 | 100100 |
Color Harmonies of #883F32
Complementary color
Monochromatic Colors of #883F32
Black with #883F32
Text Example
Text Example
White with #883F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F32; }
p { color: rgb(136,63,50); }
H1.HeaderClassName
{
color: #883F32;
}
.AnyTagClassName
{
color: #883F32;
}
</style>
background-color css
<style>
a { background-color: #883F32; }
a { background-color: rgb(136,63,50); }
div.DivClassName
{
background-color: #883F32;
}
.BgClassName
{
background-color: #883F32;
}
</style>
border-color css
<style>
span { border-color: #883F32; }
span { border-color: rgb(136,63,50); }
td.TdClassName
{
border-color: #883F32;
}
.TagClassName
{
border-color: #883F32;
}
</style>