Shades of Corn Harvest #8E7432
Tints of Corn Harvest #8E7432
RGB
CMYK
RGB Variations
Color information
#8E7432 (or 0x8E7432) is known color: Corn Harvest. HEX triplet: 8E, 74 and 32. RGB value is (142,116,50). Sum of RGB (Red+Green+Blue) = 142+116+50=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7432 is #718BCD. Grayscale: #747474. Windows color (decimal): -7441358 or 3306638. OLE color: 3306638.
HSL color Cylindrical-coordinate representation of color #8E7432: hue angle of 43.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E7432 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 50 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.44 |
| HSL | 43.04º | 0.48% | 0.38% | - |
| HSV(B) | 43.04º | 0.65% | 0.56% | - |
| XYZ | 17.98 | 18.47 | 5.64 | - |
| YUV | 116.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 50 | 0 | 0.18 | 0.65 | 0.44 | 43.04 | 0.48 | 0.38 |
| Hex | 8E | 74 | 32 | 0 | 12 | 41 | 2C | 2B | 30 | 26 |
| Octal | 216 | 164 | 62 | 0 | 22 | 101 | 54 | 53 | 60 | 46 |
| Binary | 10001110 | 1110100 | 110010 | 0 | 10010 | 1000001 | 101100 | 101011 | 110000 | 100110 |
Color Harmonies of #8E7432
Complementary color
Monochromatic Colors of #8E7432
Black with #8E7432
Text Example
Text Example
White with #8E7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7432; }
p { color: rgb(142,116,50); }
H1.HeaderClassName
{
color: #8E7432;
}
.AnyTagClassName
{
color: #8E7432;
}
</style>
background-color css
<style>
a { background-color: #8E7432; }
a { background-color: rgb(142,116,50); }
div.DivClassName
{
background-color: #8E7432;
}
.BgClassName
{
background-color: #8E7432;
}
</style>
border-color css
<style>
span { border-color: #8E7432; }
span { border-color: rgb(142,116,50); }
td.TdClassName
{
border-color: #8E7432;
}
.TagClassName
{
border-color: #8E7432;
}
</style>