Shades of Corn Harvest #886E3A
Tints of Corn Harvest #886E3A
RGB
CMYK
RGB Variations
Color information
#886E3A (or 0x886E3A) is known color: Corn Harvest. HEX triplet: 88, 6E and 3A. RGB value is (136,110,58). Sum of RGB (Red+Green+Blue) = 136+110+58=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #886E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E3A is #7791C5. Grayscale: #707070. Windows color (decimal): -7836102 or 3829384. OLE color: 3829384.
HSL color Cylindrical-coordinate representation of color #886E3A: hue angle of 40º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #886E3A is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 58 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.47 |
| HSL | 40º | 0.4% | 0.38% | - |
| HSV(B) | 40º | 0.57% | 0.53% | - |
| XYZ | 16.49 | 16.69 | 6.36 | - |
| YUV | 111.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 58 | 0 | 0.19 | 0.57 | 0.47 | 40 | 0.4 | 0.38 |
| Hex | 88 | 6E | 3A | 0 | 13 | 39 | 2F | 28 | 28 | 26 |
| Octal | 210 | 156 | 72 | 0 | 23 | 71 | 57 | 50 | 50 | 46 |
| Binary | 10001000 | 1101110 | 111010 | 0 | 10011 | 111001 | 101111 | 101000 | 101000 | 100110 |
Color Harmonies of #886E3A
Complementary color
Monochromatic Colors of #886E3A
Black with #886E3A
Text Example
Text Example
White with #886E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E3A; }
p { color: rgb(136,110,58); }
H1.HeaderClassName
{
color: #886E3A;
}
.AnyTagClassName
{
color: #886E3A;
}
</style>
background-color css
<style>
a { background-color: #886E3A; }
a { background-color: rgb(136,110,58); }
div.DivClassName
{
background-color: #886E3A;
}
.BgClassName
{
background-color: #886E3A;
}
</style>
border-color css
<style>
span { border-color: #886E3A; }
span { border-color: rgb(136,110,58); }
td.TdClassName
{
border-color: #886E3A;
}
.TagClassName
{
border-color: #886E3A;
}
</style>