Shades of Corn Harvest #8E7028
Tints of Corn Harvest #8E7028
RGB
CMYK
RGB Variations
Color information
#8E7028 (or 0x8E7028) is known color: Corn Harvest. HEX triplet: 8E, 70 and 28. RGB value is (142,112,40). Sum of RGB (Red+Green+Blue) = 142+112+40=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7028 is #718FD7. Grayscale: #717171. Windows color (decimal): -7442392 or 2650254. OLE color: 2650254.
HSL color Cylindrical-coordinate representation of color #8E7028: hue angle of 42.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E7028 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 40 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.44 |
| HSL | 42.35º | 0.56% | 0.36% | - |
| HSV(B) | 42.35º | 0.72% | 0.56% | - |
| XYZ | 17.33 | 17.49 | 4.47 | - |
| YUV | 112.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 40 | 0 | 0.21 | 0.72 | 0.44 | 42.35 | 0.56 | 0.36 |
| Hex | 8E | 70 | 28 | 0 | 15 | 48 | 2C | 2A | 38 | 24 |
| Octal | 216 | 160 | 50 | 0 | 25 | 110 | 54 | 52 | 70 | 44 |
| Binary | 10001110 | 1110000 | 101000 | 0 | 10101 | 1001000 | 101100 | 101010 | 111000 | 100100 |
Color Harmonies of #8E7028
Complementary color
Monochromatic Colors of #8E7028
Black with #8E7028
Text Example
Text Example
White with #8E7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7028; }
p { color: rgb(142,112,40); }
H1.HeaderClassName
{
color: #8E7028;
}
.AnyTagClassName
{
color: #8E7028;
}
</style>
background-color css
<style>
a { background-color: #8E7028; }
a { background-color: rgb(142,112,40); }
div.DivClassName
{
background-color: #8E7028;
}
.BgClassName
{
background-color: #8E7028;
}
</style>
border-color css
<style>
span { border-color: #8E7028; }
span { border-color: rgb(142,112,40); }
td.TdClassName
{
border-color: #8E7028;
}
.TagClassName
{
border-color: #8E7028;
}
</style>