Shades of Prairie Sand #883F38
Tints of Prairie Sand #883F38
RGB
CMYK
RGB Variations
Color information
#883F38 (or 0x883F38) is known color: Prairie Sand. HEX triplet: 88, 3F and 38. RGB value is (136,63,56). Sum of RGB (Red+Green+Blue) = 136+63+56=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #883F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F38 is #77C0C7. Grayscale: #545454. Windows color (decimal): -7848136 or 3686280. OLE color: 3686280.
HSL color Cylindrical-coordinate representation of color #883F38: hue angle of 5.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #883F38 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 56 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.47 |
| HSL | 5.25º | 0.42% | 0.38% | - |
| HSV(B) | 5.25º | 0.59% | 0.53% | - |
| XYZ | 12.64 | 9.07 | 4.83 | - |
| YUV | 84.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 56 | 0 | 0.54 | 0.59 | 0.47 | 5.25 | 0.42 | 0.38 |
| Hex | 88 | 3F | 38 | 0 | 36 | 3B | 2F | 5 | 2A | 26 |
| Octal | 210 | 77 | 70 | 0 | 66 | 73 | 57 | 5 | 52 | 46 |
| Binary | 10001000 | 111111 | 111000 | 0 | 110110 | 111011 | 101111 | 101 | 101010 | 100110 |
Color Harmonies of #883F38
Complementary color
Monochromatic Colors of #883F38
Black with #883F38
Text Example
Text Example
White with #883F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F38; }
p { color: rgb(136,63,56); }
H1.HeaderClassName
{
color: #883F38;
}
.AnyTagClassName
{
color: #883F38;
}
</style>
background-color css
<style>
a { background-color: #883F38; }
a { background-color: rgb(136,63,56); }
div.DivClassName
{
background-color: #883F38;
}
.BgClassName
{
background-color: #883F38;
}
</style>
border-color css
<style>
span { border-color: #883F38; }
span { border-color: rgb(136,63,56); }
td.TdClassName
{
border-color: #883F38;
}
.TagClassName
{
border-color: #883F38;
}
</style>