Shades of Corn Harvest #8E7A3D
Tints of Corn Harvest #8E7A3D
RGB
CMYK
RGB Variations
Color information
#8E7A3D (or 0x8E7A3D) is known color: Corn Harvest. HEX triplet: 8E, 7A and 3D. RGB value is (142,122,61). Sum of RGB (Red+Green+Blue) = 142+122+61=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7A3D is #7185C2. Grayscale: #797979. Windows color (decimal): -7439811 or 4029070. OLE color: 4029070.
HSL color Cylindrical-coordinate representation of color #8E7A3D: hue angle of 45.19º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E7A3D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 61 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.44 |
| HSL | 45.19º | 0.4% | 0.4% | - |
| HSV(B) | 45.19º | 0.57% | 0.56% | - |
| XYZ | 18.96 | 20.01 | 7.28 | - |
| YUV | 121.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 61 | 0 | 0.14 | 0.57 | 0.44 | 45.19 | 0.4 | 0.4 |
| Hex | 8E | 7A | 3D | 0 | E | 39 | 2C | 2D | 28 | 28 |
| Octal | 216 | 172 | 75 | 0 | 16 | 71 | 54 | 55 | 50 | 50 |
| Binary | 10001110 | 1111010 | 111101 | 0 | 1110 | 111001 | 101100 | 101101 | 101000 | 101000 |
Color Harmonies of #8E7A3D
Complementary color
Monochromatic Colors of #8E7A3D
Black with #8E7A3D
Text Example
Text Example
White with #8E7A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A3D; }
p { color: rgb(142,122,61); }
H1.HeaderClassName
{
color: #8E7A3D;
}
.AnyTagClassName
{
color: #8E7A3D;
}
</style>
background-color css
<style>
a { background-color: #8E7A3D; }
a { background-color: rgb(142,122,61); }
div.DivClassName
{
background-color: #8E7A3D;
}
.BgClassName
{
background-color: #8E7A3D;
}
</style>
border-color css
<style>
span { border-color: #8E7A3D; }
span { border-color: rgb(142,122,61); }
td.TdClassName
{
border-color: #8E7A3D;
}
.TagClassName
{
border-color: #8E7A3D;
}
</style>