Shades of Prairie Sand #883C2C
Tints of Prairie Sand #883C2C
RGB
CMYK
RGB Variations
Color information
#883C2C (or 0x883C2C) is known color: Prairie Sand. HEX triplet: 88, 3C and 2C. RGB value is (136,60,44). Sum of RGB (Red+Green+Blue) = 136+60+44=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #883C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C2C is #77C3D3. Grayscale: #515151. Windows color (decimal): -7848916 or 2899080. OLE color: 2899080.
HSL color Cylindrical-coordinate representation of color #883C2C: hue angle of 10.43º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883C2C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 44 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.47 |
| HSL | 10.43º | 0.51% | 0.35% | - |
| HSV(B) | 10.43º | 0.68% | 0.53% | - |
| XYZ | 12.22 | 8.65 | 3.41 | - |
| YUV | 80.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 44 | 0 | 0.56 | 0.68 | 0.47 | 10.43 | 0.51 | 0.35 |
| Hex | 88 | 3C | 2C | 0 | 38 | 44 | 2F | A | 33 | 23 |
| Octal | 210 | 74 | 54 | 0 | 70 | 104 | 57 | 12 | 63 | 43 |
| Binary | 10001000 | 111100 | 101100 | 0 | 111000 | 1000100 | 101111 | 1010 | 110011 | 100011 |
Color Harmonies of #883C2C
Complementary color
Monochromatic Colors of #883C2C
Black with #883C2C
Text Example
Text Example
White with #883C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C2C; }
p { color: rgb(136,60,44); }
H1.HeaderClassName
{
color: #883C2C;
}
.AnyTagClassName
{
color: #883C2C;
}
</style>
background-color css
<style>
a { background-color: #883C2C; }
a { background-color: rgb(136,60,44); }
div.DivClassName
{
background-color: #883C2C;
}
.BgClassName
{
background-color: #883C2C;
}
</style>
border-color css
<style>
span { border-color: #883C2C; }
span { border-color: rgb(136,60,44); }
td.TdClassName
{
border-color: #883C2C;
}
.TagClassName
{
border-color: #883C2C;
}
</style>