Shades of Corn Harvest #886E2A
Tints of Corn Harvest #886E2A
RGB
CMYK
RGB Variations
Color information
#886E2A (or 0x886E2A) is known color: Corn Harvest. HEX triplet: 88, 6E and 2A. RGB value is (136,110,42). Sum of RGB (Red+Green+Blue) = 136+110+42=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #886E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E2A is #7791D5. Grayscale: #6E6E6E. Windows color (decimal): -7836118 or 2780808. OLE color: 2780808.
HSL color Cylindrical-coordinate representation of color #886E2A: hue angle of 43.4º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #886E2A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 42 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.47 |
| HSL | 43.4º | 0.53% | 0.35% | - |
| HSV(B) | 43.4º | 0.69% | 0.53% | - |
| XYZ | 16.15 | 16.55 | 4.53 | - |
| YUV | 110.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 42 | 0 | 0.19 | 0.69 | 0.47 | 43.4 | 0.53 | 0.35 |
| Hex | 88 | 6E | 2A | 0 | 13 | 45 | 2F | 2B | 35 | 23 |
| Octal | 210 | 156 | 52 | 0 | 23 | 105 | 57 | 53 | 65 | 43 |
| Binary | 10001000 | 1101110 | 101010 | 0 | 10011 | 1000101 | 101111 | 101011 | 110101 | 100011 |
Color Harmonies of #886E2A
Complementary color
Monochromatic Colors of #886E2A
Black with #886E2A
Text Example
Text Example
White with #886E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E2A; }
p { color: rgb(136,110,42); }
H1.HeaderClassName
{
color: #886E2A;
}
.AnyTagClassName
{
color: #886E2A;
}
</style>
background-color css
<style>
a { background-color: #886E2A; }
a { background-color: rgb(136,110,42); }
div.DivClassName
{
background-color: #886E2A;
}
.BgClassName
{
background-color: #886E2A;
}
</style>
border-color css
<style>
span { border-color: #886E2A; }
span { border-color: rgb(136,110,42); }
td.TdClassName
{
border-color: #886E2A;
}
.TagClassName
{
border-color: #886E2A;
}
</style>