Shades of Corn Harvest #8E761C
Tints of Corn Harvest #8E761C
RGB
CMYK
RGB Variations
Color information
#8E761C (or 0x8E761C) is known color: Corn Harvest. HEX triplet: 8E, 76 and 1C. RGB value is (142,118,28). Sum of RGB (Red+Green+Blue) = 142+118+28=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E761C is #7189E3. Grayscale: #737373. Windows color (decimal): -7440868 or 1865358. OLE color: 1865358.
HSL color Cylindrical-coordinate representation of color #8E761C: hue angle of 47.37º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E761C is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 118 | 28 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.44 |
| HSL | 47.37º | 0.67% | 0.33% | - |
| HSV(B) | 47.37º | 0.8% | 0.56% | - |
| XYZ | 17.84 | 18.79 | 3.79 | - |
| YUV | 114.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 28 | 0 | 0.17 | 0.80 | 0.44 | 47.37 | 0.67 | 0.33 |
| Hex | 8E | 76 | 1C | 0 | 11 | 50 | 2C | 2F | 43 | 21 |
| Octal | 216 | 166 | 34 | 0 | 21 | 120 | 54 | 57 | 103 | 41 |
| Binary | 10001110 | 1110110 | 11100 | 0 | 10001 | 1010000 | 101100 | 101111 | 1000011 | 100001 |
Color Harmonies of #8E761C
Complementary color
Monochromatic Colors of #8E761C
Black with #8E761C
Text Example
Text Example
White with #8E761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E761C; }
p { color: rgb(142,118,28); }
H1.HeaderClassName
{
color: #8E761C;
}
.AnyTagClassName
{
color: #8E761C;
}
</style>
background-color css
<style>
a { background-color: #8E761C; }
a { background-color: rgb(142,118,28); }
div.DivClassName
{
background-color: #8E761C;
}
.BgClassName
{
background-color: #8E761C;
}
</style>
border-color css
<style>
span { border-color: #8E761C; }
span { border-color: rgb(142,118,28); }
td.TdClassName
{
border-color: #8E761C;
}
.TagClassName
{
border-color: #8E761C;
}
</style>