Shades of Corn Harvest #8E7033
Tints of Corn Harvest #8E7033
RGB
CMYK
RGB Variations
Color information
#8E7033 (or 0x8E7033) is known color: Corn Harvest. HEX triplet: 8E, 70 and 33. RGB value is (142,112,51). Sum of RGB (Red+Green+Blue) = 142+112+51=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7033 is #718FCC. Grayscale: #727272. Windows color (decimal): -7442381 or 3371150. OLE color: 3371150.
HSL color Cylindrical-coordinate representation of color #8E7033: hue angle of 40.22º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E7033 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 51 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.44 |
| HSL | 40.22º | 0.47% | 0.38% | - |
| HSV(B) | 40.22º | 0.64% | 0.56% | - |
| XYZ | 17.55 | 17.58 | 5.6 | - |
| YUV | 114.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 51 | 0 | 0.21 | 0.64 | 0.44 | 40.22 | 0.47 | 0.38 |
| Hex | 8E | 70 | 33 | 0 | 15 | 40 | 2C | 28 | 2F | 26 |
| Octal | 216 | 160 | 63 | 0 | 25 | 100 | 54 | 50 | 57 | 46 |
| Binary | 10001110 | 1110000 | 110011 | 0 | 10101 | 1000000 | 101100 | 101000 | 101111 | 100110 |
Color Harmonies of #8E7033
Complementary color
Monochromatic Colors of #8E7033
Black with #8E7033
Text Example
Text Example
White with #8E7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7033; }
p { color: rgb(142,112,51); }
H1.HeaderClassName
{
color: #8E7033;
}
.AnyTagClassName
{
color: #8E7033;
}
</style>
background-color css
<style>
a { background-color: #8E7033; }
a { background-color: rgb(142,112,51); }
div.DivClassName
{
background-color: #8E7033;
}
.BgClassName
{
background-color: #8E7033;
}
</style>
border-color css
<style>
span { border-color: #8E7033; }
span { border-color: rgb(142,112,51); }
td.TdClassName
{
border-color: #8E7033;
}
.TagClassName
{
border-color: #8E7033;
}
</style>