Shades of Corn Harvest #8E772D
Tints of Corn Harvest #8E772D
RGB
CMYK
RGB Variations
Color information
#8E772D (or 0x8E772D) is known color: Corn Harvest. HEX triplet: 8E, 77 and 2D. RGB value is (142,119,45). Sum of RGB (Red+Green+Blue) = 142+119+45=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E772D is #7188D2. Grayscale: #757575. Windows color (decimal): -7440595 or 2979726. OLE color: 2979726.
HSL color Cylindrical-coordinate representation of color #8E772D: hue angle of 45.77º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E772D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 45 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.44 |
| HSL | 45.77º | 0.52% | 0.37% | - |
| HSV(B) | 45.77º | 0.68% | 0.56% | - |
| XYZ | 18.23 | 19.13 | 5.22 | - |
| YUV | 117.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 45 | 0 | 0.16 | 0.68 | 0.44 | 45.77 | 0.52 | 0.37 |
| Hex | 8E | 77 | 2D | 0 | 10 | 44 | 2C | 2E | 34 | 25 |
| Octal | 216 | 167 | 55 | 0 | 20 | 104 | 54 | 56 | 64 | 45 |
| Binary | 10001110 | 1110111 | 101101 | 0 | 10000 | 1000100 | 101100 | 101110 | 110100 | 100101 |
Color Harmonies of #8E772D
Complementary color
Monochromatic Colors of #8E772D
Black with #8E772D
Text Example
Text Example
White with #8E772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E772D; }
p { color: rgb(142,119,45); }
H1.HeaderClassName
{
color: #8E772D;
}
.AnyTagClassName
{
color: #8E772D;
}
</style>
background-color css
<style>
a { background-color: #8E772D; }
a { background-color: rgb(142,119,45); }
div.DivClassName
{
background-color: #8E772D;
}
.BgClassName
{
background-color: #8E772D;
}
</style>
border-color css
<style>
span { border-color: #8E772D; }
span { border-color: rgb(142,119,45); }
td.TdClassName
{
border-color: #8E772D;
}
.TagClassName
{
border-color: #8E772D;
}
</style>