Shades of Corn Harvest #8E7222
Tints of Corn Harvest #8E7222
RGB
CMYK
RGB Variations
Color information
#8E7222 (or 0x8E7222) is known color: Corn Harvest. HEX triplet: 8E, 72 and 22. RGB value is (142,114,34). Sum of RGB (Red+Green+Blue) = 142+114+34=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7222 is #718DDD. Grayscale: #717171. Windows color (decimal): -7441886 or 2257550. OLE color: 2257550.
HSL color Cylindrical-coordinate representation of color #8E7222: hue angle of 44.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E7222 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 34 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.44 |
| HSL | 44.44º | 0.61% | 0.35% | - |
| HSV(B) | 44.44º | 0.76% | 0.56% | - |
| XYZ | 17.46 | 17.9 | 4.05 | - |
| YUV | 113.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 34 | 0 | 0.20 | 0.76 | 0.44 | 44.44 | 0.61 | 0.35 |
| Hex | 8E | 72 | 22 | 0 | 14 | 4C | 2C | 2C | 3D | 23 |
| Octal | 216 | 162 | 42 | 0 | 24 | 114 | 54 | 54 | 75 | 43 |
| Binary | 10001110 | 1110010 | 100010 | 0 | 10100 | 1001100 | 101100 | 101100 | 111101 | 100011 |
Color Harmonies of #8E7222
Complementary color
Monochromatic Colors of #8E7222
Black with #8E7222
Text Example
Text Example
White with #8E7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7222; }
p { color: rgb(142,114,34); }
H1.HeaderClassName
{
color: #8E7222;
}
.AnyTagClassName
{
color: #8E7222;
}
</style>
background-color css
<style>
a { background-color: #8E7222; }
a { background-color: rgb(142,114,34); }
div.DivClassName
{
background-color: #8E7222;
}
.BgClassName
{
background-color: #8E7222;
}
</style>
border-color css
<style>
span { border-color: #8E7222; }
span { border-color: rgb(142,114,34); }
td.TdClassName
{
border-color: #8E7222;
}
.TagClassName
{
border-color: #8E7222;
}
</style>