Shades of Prairie Sand #883C36
Tints of Prairie Sand #883C36
RGB
CMYK
RGB Variations
Color information
#883C36 (or 0x883C36) is known color: Prairie Sand. HEX triplet: 88, 3C and 36. RGB value is (136,60,54). Sum of RGB (Red+Green+Blue) = 136+60+54=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #883C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C36 is #77C3C9. Grayscale: #525252. Windows color (decimal): -7848906 or 3554440. OLE color: 3554440.
HSL color Cylindrical-coordinate representation of color #883C36: hue angle of 4.39º degrees, saturation: 0.43, 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 #883C36 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 54 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.47 |
| HSL | 4.39º | 0.43% | 0.37% | - |
| HSV(B) | 4.39º | 0.6% | 0.53% | - |
| XYZ | 12.44 | 8.73 | 4.52 | - |
| YUV | 82.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 54 | 0 | 0.56 | 0.60 | 0.47 | 4.39 | 0.43 | 0.37 |
| Hex | 88 | 3C | 36 | 0 | 38 | 3C | 2F | 4 | 2B | 25 |
| Octal | 210 | 74 | 66 | 0 | 70 | 74 | 57 | 4 | 53 | 45 |
| Binary | 10001000 | 111100 | 110110 | 0 | 111000 | 111100 | 101111 | 100 | 101011 | 100101 |
Color Harmonies of #883C36
Complementary color
Monochromatic Colors of #883C36
Black with #883C36
Text Example
Text Example
White with #883C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C36; }
p { color: rgb(136,60,54); }
H1.HeaderClassName
{
color: #883C36;
}
.AnyTagClassName
{
color: #883C36;
}
</style>
background-color css
<style>
a { background-color: #883C36; }
a { background-color: rgb(136,60,54); }
div.DivClassName
{
background-color: #883C36;
}
.BgClassName
{
background-color: #883C36;
}
</style>
border-color css
<style>
span { border-color: #883C36; }
span { border-color: rgb(136,60,54); }
td.TdClassName
{
border-color: #883C36;
}
.TagClassName
{
border-color: #883C36;
}
</style>