Shades of Corn Harvest #886E2B
Tints of Corn Harvest #886E2B
RGB
CMYK
RGB Variations
Color information
#886E2B (or 0x886E2B) is known color: Corn Harvest. HEX triplet: 88, 6E and 2B. RGB value is (136,110,43). Sum of RGB (Red+Green+Blue) = 136+110+43=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #886E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E2B is #7791D4. Grayscale: #6E6E6E. Windows color (decimal): -7836117 or 2846344. OLE color: 2846344.
HSL color Cylindrical-coordinate representation of color #886E2B: hue angle of 43.23º degrees, saturation: 0.52, 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 #886E2B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 43 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.47 |
| HSL | 43.23º | 0.52% | 0.35% | - |
| HSV(B) | 43.23º | 0.68% | 0.53% | - |
| XYZ | 16.17 | 16.56 | 4.63 | - |
| YUV | 110.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 43 | 0 | 0.19 | 0.68 | 0.47 | 43.23 | 0.52 | 0.35 |
| Hex | 88 | 6E | 2B | 0 | 13 | 44 | 2F | 2B | 34 | 23 |
| Octal | 210 | 156 | 53 | 0 | 23 | 104 | 57 | 53 | 64 | 43 |
| Binary | 10001000 | 1101110 | 101011 | 0 | 10011 | 1000100 | 101111 | 101011 | 110100 | 100011 |
Color Harmonies of #886E2B
Complementary color
Monochromatic Colors of #886E2B
Black with #886E2B
Text Example
Text Example
White with #886E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E2B; }
p { color: rgb(136,110,43); }
H1.HeaderClassName
{
color: #886E2B;
}
.AnyTagClassName
{
color: #886E2B;
}
</style>
background-color css
<style>
a { background-color: #886E2B; }
a { background-color: rgb(136,110,43); }
div.DivClassName
{
background-color: #886E2B;
}
.BgClassName
{
background-color: #886E2B;
}
</style>
border-color css
<style>
span { border-color: #886E2B; }
span { border-color: rgb(136,110,43); }
td.TdClassName
{
border-color: #886E2B;
}
.TagClassName
{
border-color: #886E2B;
}
</style>