Shades of Prairie Sand #883C2F
Tints of Prairie Sand #883C2F
RGB
CMYK
RGB Variations
Color information
#883C2F (or 0x883C2F) is known color: Prairie Sand. HEX triplet: 88, 3C and 2F. RGB value is (136,60,47). Sum of RGB (Red+Green+Blue) = 136+60+47=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #883C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C2F is #77C3D0. Grayscale: #515151. Windows color (decimal): -7848913 or 3095688. OLE color: 3095688.
HSL color Cylindrical-coordinate representation of color #883C2F: hue angle of 8.76º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883C2F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 47 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.47 |
| HSL | 8.76º | 0.49% | 0.36% | - |
| HSV(B) | 8.76º | 0.65% | 0.53% | - |
| XYZ | 12.28 | 8.67 | 3.72 | - |
| YUV | 81.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 47 | 0 | 0.56 | 0.65 | 0.47 | 8.76 | 0.49 | 0.36 |
| Hex | 88 | 3C | 2F | 0 | 38 | 41 | 2F | 9 | 31 | 24 |
| Octal | 210 | 74 | 57 | 0 | 70 | 101 | 57 | 11 | 61 | 44 |
| Binary | 10001000 | 111100 | 101111 | 0 | 111000 | 1000001 | 101111 | 1001 | 110001 | 100100 |
Color Harmonies of #883C2F
Complementary color
Monochromatic Colors of #883C2F
Black with #883C2F
Text Example
Text Example
White with #883C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C2F; }
p { color: rgb(136,60,47); }
H1.HeaderClassName
{
color: #883C2F;
}
.AnyTagClassName
{
color: #883C2F;
}
</style>
background-color css
<style>
a { background-color: #883C2F; }
a { background-color: rgb(136,60,47); }
div.DivClassName
{
background-color: #883C2F;
}
.BgClassName
{
background-color: #883C2F;
}
</style>
border-color css
<style>
span { border-color: #883C2F; }
span { border-color: rgb(136,60,47); }
td.TdClassName
{
border-color: #883C2F;
}
.TagClassName
{
border-color: #883C2F;
}
</style>