Shades of Prairie Sand #883B37
Tints of Prairie Sand #883B37
RGB
CMYK
RGB Variations
Color information
#883B37 (or 0x883B37) is known color: Prairie Sand. HEX triplet: 88, 3B and 37. RGB value is (136,59,55). Sum of RGB (Red+Green+Blue) = 136+59+55=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #883B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B37 is #77C4C8. Grayscale: #515151. Windows color (decimal): -7849161 or 3619720. OLE color: 3619720.
HSL color Cylindrical-coordinate representation of color #883B37: hue angle of 2.96º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883B37 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 55 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.47 |
| HSL | 2.96º | 0.42% | 0.37% | - |
| HSV(B) | 2.96º | 0.6% | 0.53% | - |
| XYZ | 12.41 | 8.64 | 4.63 | - |
| YUV | 81.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 55 | 0 | 0.57 | 0.60 | 0.47 | 2.96 | 0.42 | 0.37 |
| Hex | 88 | 3B | 37 | 0 | 39 | 3C | 2F | 3 | 2A | 25 |
| Octal | 210 | 73 | 67 | 0 | 71 | 74 | 57 | 3 | 52 | 45 |
| Binary | 10001000 | 111011 | 110111 | 0 | 111001 | 111100 | 101111 | 11 | 101010 | 100101 |
Color Harmonies of #883B37
Complementary color
Monochromatic Colors of #883B37
Black with #883B37
Text Example
Text Example
White with #883B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B37; }
p { color: rgb(136,59,55); }
H1.HeaderClassName
{
color: #883B37;
}
.AnyTagClassName
{
color: #883B37;
}
</style>
background-color css
<style>
a { background-color: #883B37; }
a { background-color: rgb(136,59,55); }
div.DivClassName
{
background-color: #883B37;
}
.BgClassName
{
background-color: #883B37;
}
</style>
border-color css
<style>
span { border-color: #883B37; }
span { border-color: rgb(136,59,55); }
td.TdClassName
{
border-color: #883B37;
}
.TagClassName
{
border-color: #883B37;
}
</style>