Shades of Corn Harvest #8E752D
Tints of Corn Harvest #8E752D
RGB
CMYK
RGB Variations
Color information
#8E752D (or 0x8E752D) is known color: Corn Harvest. HEX triplet: 8E, 75 and 2D. RGB value is (142,117,45). Sum of RGB (Red+Green+Blue) = 142+117+45=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E752D is #718AD2. Grayscale: #747474. Windows color (decimal): -7441107 or 2979214. OLE color: 2979214.
HSL color Cylindrical-coordinate representation of color #8E752D: hue angle of 44.54º 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 #8E752D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 45 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.44 |
| HSL | 44.54º | 0.52% | 0.37% | - |
| HSV(B) | 44.54º | 0.68% | 0.56% | - |
| XYZ | 17.99 | 18.66 | 5.14 | - |
| YUV | 116.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 45 | 0 | 0.18 | 0.68 | 0.44 | 44.54 | 0.52 | 0.37 |
| Hex | 8E | 75 | 2D | 0 | 12 | 44 | 2C | 2D | 34 | 25 |
| Octal | 216 | 165 | 55 | 0 | 22 | 104 | 54 | 55 | 64 | 45 |
| Binary | 10001110 | 1110101 | 101101 | 0 | 10010 | 1000100 | 101100 | 101101 | 110100 | 100101 |
Color Harmonies of #8E752D
Complementary color
Monochromatic Colors of #8E752D
Black with #8E752D
Text Example
Text Example
White with #8E752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E752D; }
p { color: rgb(142,117,45); }
H1.HeaderClassName
{
color: #8E752D;
}
.AnyTagClassName
{
color: #8E752D;
}
</style>
background-color css
<style>
a { background-color: #8E752D; }
a { background-color: rgb(142,117,45); }
div.DivClassName
{
background-color: #8E752D;
}
.BgClassName
{
background-color: #8E752D;
}
</style>
border-color css
<style>
span { border-color: #8E752D; }
span { border-color: rgb(142,117,45); }
td.TdClassName
{
border-color: #8E752D;
}
.TagClassName
{
border-color: #8E752D;
}
</style>