Shades of Prairie Sand #883C2E
Tints of Prairie Sand #883C2E
RGB
CMYK
RGB Variations
Color information
#883C2E (or 0x883C2E) is known color: Prairie Sand. HEX triplet: 88, 3C and 2E. RGB value is (136,60,46). Sum of RGB (Red+Green+Blue) = 136+60+46=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C2E is #77C3D1. Grayscale: #515151. Windows color (decimal): -7848914 or 3030152. OLE color: 3030152.
HSL color Cylindrical-coordinate representation of color #883C2E: hue angle of 9.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883C2E is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 46 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.47 |
| HSL | 9.33º | 0.49% | 0.36% | - |
| HSV(B) | 9.33º | 0.66% | 0.53% | - |
| XYZ | 12.26 | 8.66 | 3.61 | - |
| YUV | 81.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 46 | 0 | 0.56 | 0.66 | 0.47 | 9.33 | 0.49 | 0.36 |
| Hex | 88 | 3C | 2E | 0 | 38 | 42 | 2F | 9 | 31 | 24 |
| Octal | 210 | 74 | 56 | 0 | 70 | 102 | 57 | 11 | 61 | 44 |
| Binary | 10001000 | 111100 | 101110 | 0 | 111000 | 1000010 | 101111 | 1001 | 110001 | 100100 |
Color Harmonies of #883C2E
Complementary color
Monochromatic Colors of #883C2E
Black with #883C2E
Text Example
Text Example
White with #883C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C2E; }
p { color: rgb(136,60,46); }
H1.HeaderClassName
{
color: #883C2E;
}
.AnyTagClassName
{
color: #883C2E;
}
</style>
background-color css
<style>
a { background-color: #883C2E; }
a { background-color: rgb(136,60,46); }
div.DivClassName
{
background-color: #883C2E;
}
.BgClassName
{
background-color: #883C2E;
}
</style>
border-color css
<style>
span { border-color: #883C2E; }
span { border-color: rgb(136,60,46); }
td.TdClassName
{
border-color: #883C2E;
}
.TagClassName
{
border-color: #883C2E;
}
</style>