Shades of Prairie Sand #883C35
Tints of Prairie Sand #883C35
RGB
CMYK
RGB Variations
Color information
#883C35 (or 0x883C35) is known color: Prairie Sand. HEX triplet: 88, 3C and 35. RGB value is (136,60,53). Sum of RGB (Red+Green+Blue) = 136+60+53=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #883C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C35 is #77C3CA. Grayscale: #525252. Windows color (decimal): -7848907 or 3488904. OLE color: 3488904.
HSL color Cylindrical-coordinate representation of color #883C35: hue angle of 5.06º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883C35 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 53 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.47 |
| HSL | 5.06º | 0.44% | 0.37% | - |
| HSV(B) | 5.06º | 0.61% | 0.53% | - |
| XYZ | 12.41 | 8.72 | 4.4 | - |
| YUV | 81.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 53 | 0 | 0.56 | 0.61 | 0.47 | 5.06 | 0.44 | 0.37 |
| Hex | 88 | 3C | 35 | 0 | 38 | 3D | 2F | 5 | 2C | 25 |
| Octal | 210 | 74 | 65 | 0 | 70 | 75 | 57 | 5 | 54 | 45 |
| Binary | 10001000 | 111100 | 110101 | 0 | 111000 | 111101 | 101111 | 101 | 101100 | 100101 |
Color Harmonies of #883C35
Complementary color
Monochromatic Colors of #883C35
Black with #883C35
Text Example
Text Example
White with #883C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C35; }
p { color: rgb(136,60,53); }
H1.HeaderClassName
{
color: #883C35;
}
.AnyTagClassName
{
color: #883C35;
}
</style>
background-color css
<style>
a { background-color: #883C35; }
a { background-color: rgb(136,60,53); }
div.DivClassName
{
background-color: #883C35;
}
.BgClassName
{
background-color: #883C35;
}
</style>
border-color css
<style>
span { border-color: #883C35; }
span { border-color: rgb(136,60,53); }
td.TdClassName
{
border-color: #883C35;
}
.TagClassName
{
border-color: #883C35;
}
</style>