Shades of Corn Harvest #8E752C
Tints of Corn Harvest #8E752C
RGB
CMYK
RGB Variations
Color information
#8E752C (or 0x8E752C) is known color: Corn Harvest. HEX triplet: 8E, 75 and 2C. RGB value is (142,117,44). Sum of RGB (Red+Green+Blue) = 142+117+44=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E752C is #718AD3. Grayscale: #747474. Windows color (decimal): -7441108 or 2913678. OLE color: 2913678.
HSL color Cylindrical-coordinate representation of color #8E752C: hue angle of 44.69º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E752C is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 44 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.44 |
| HSL | 44.69º | 0.53% | 0.36% | - |
| HSV(B) | 44.69º | 0.69% | 0.56% | - |
| XYZ | 17.97 | 18.66 | 5.04 | - |
| YUV | 116.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 44 | 0 | 0.18 | 0.69 | 0.44 | 44.69 | 0.53 | 0.36 |
| Hex | 8E | 75 | 2C | 0 | 12 | 45 | 2C | 2D | 35 | 24 |
| Octal | 216 | 165 | 54 | 0 | 22 | 105 | 54 | 55 | 65 | 44 |
| Binary | 10001110 | 1110101 | 101100 | 0 | 10010 | 1000101 | 101100 | 101101 | 110101 | 100100 |
Color Harmonies of #8E752C
Complementary color
Monochromatic Colors of #8E752C
Black with #8E752C
Text Example
Text Example
White with #8E752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E752C; }
p { color: rgb(142,117,44); }
H1.HeaderClassName
{
color: #8E752C;
}
.AnyTagClassName
{
color: #8E752C;
}
</style>
background-color css
<style>
a { background-color: #8E752C; }
a { background-color: rgb(142,117,44); }
div.DivClassName
{
background-color: #8E752C;
}
.BgClassName
{
background-color: #8E752C;
}
</style>
border-color css
<style>
span { border-color: #8E752C; }
span { border-color: rgb(142,117,44); }
td.TdClassName
{
border-color: #8E752C;
}
.TagClassName
{
border-color: #8E752C;
}
</style>