Shades of Prairie Sand #883D36
Tints of Prairie Sand #883D36
RGB
CMYK
RGB Variations
Color information
#883D36 (or 0x883D36) is known color: Prairie Sand. HEX triplet: 88, 3D and 36. RGB value is (136,61,54). Sum of RGB (Red+Green+Blue) = 136+61+54=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #883D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D36 is #77C2C9. Grayscale: #525252. Windows color (decimal): -7848650 or 3554696. OLE color: 3554696.
HSL color Cylindrical-coordinate representation of color #883D36: hue angle of 5.12º 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 #883D36 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 54 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.47 |
| HSL | 5.12º | 0.43% | 0.37% | - |
| HSV(B) | 5.12º | 0.6% | 0.53% | - |
| XYZ | 12.49 | 8.84 | 4.54 | - |
| YUV | 82.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 54 | 0 | 0.55 | 0.60 | 0.47 | 5.12 | 0.43 | 0.37 |
| Hex | 88 | 3D | 36 | 0 | 37 | 3C | 2F | 5 | 2B | 25 |
| Octal | 210 | 75 | 66 | 0 | 67 | 74 | 57 | 5 | 53 | 45 |
| Binary | 10001000 | 111101 | 110110 | 0 | 110111 | 111100 | 101111 | 101 | 101011 | 100101 |
Color Harmonies of #883D36
Complementary color
Monochromatic Colors of #883D36
Black with #883D36
Text Example
Text Example
White with #883D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D36; }
p { color: rgb(136,61,54); }
H1.HeaderClassName
{
color: #883D36;
}
.AnyTagClassName
{
color: #883D36;
}
</style>
background-color css
<style>
a { background-color: #883D36; }
a { background-color: rgb(136,61,54); }
div.DivClassName
{
background-color: #883D36;
}
.BgClassName
{
background-color: #883D36;
}
</style>
border-color css
<style>
span { border-color: #883D36; }
span { border-color: rgb(136,61,54); }
td.TdClassName
{
border-color: #883D36;
}
.TagClassName
{
border-color: #883D36;
}
</style>