Shades of Prairie Sand #883F2E
Tints of Prairie Sand #883F2E
RGB
CMYK
RGB Variations
Color information
#883F2E (or 0x883F2E) is known color: Prairie Sand. HEX triplet: 88, 3F and 2E. RGB value is (136,63,46). Sum of RGB (Red+Green+Blue) = 136+63+46=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F2E is #77C0D1. Grayscale: #535353. Windows color (decimal): -7848146 or 3030920. OLE color: 3030920.
HSL color Cylindrical-coordinate representation of color #883F2E: hue angle of 11.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883F2E is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 46 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.47 |
| HSL | 11.33º | 0.49% | 0.36% | - |
| HSV(B) | 11.33º | 0.66% | 0.53% | - |
| XYZ | 12.42 | 8.99 | 3.66 | - |
| YUV | 82.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 46 | 0 | 0.54 | 0.66 | 0.47 | 11.33 | 0.49 | 0.36 |
| Hex | 88 | 3F | 2E | 0 | 36 | 42 | 2F | B | 31 | 24 |
| Octal | 210 | 77 | 56 | 0 | 66 | 102 | 57 | 13 | 61 | 44 |
| Binary | 10001000 | 111111 | 101110 | 0 | 110110 | 1000010 | 101111 | 1011 | 110001 | 100100 |
Color Harmonies of #883F2E
Complementary color
Monochromatic Colors of #883F2E
Black with #883F2E
Text Example
Text Example
White with #883F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F2E; }
p { color: rgb(136,63,46); }
H1.HeaderClassName
{
color: #883F2E;
}
.AnyTagClassName
{
color: #883F2E;
}
</style>
background-color css
<style>
a { background-color: #883F2E; }
a { background-color: rgb(136,63,46); }
div.DivClassName
{
background-color: #883F2E;
}
.BgClassName
{
background-color: #883F2E;
}
</style>
border-color css
<style>
span { border-color: #883F2E; }
span { border-color: rgb(136,63,46); }
td.TdClassName
{
border-color: #883F2E;
}
.TagClassName
{
border-color: #883F2E;
}
</style>