Shades of Corn Harvest #8C742D
Tints of Corn Harvest #8C742D
RGB
CMYK
RGB Variations
Color information
#8C742D (or 0x8C742D) is known color: Corn Harvest. HEX triplet: 8C, 74 and 2D. RGB value is (140,116,45). Sum of RGB (Red+Green+Blue) = 140+116+45=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C742D is #738BD2. Grayscale: #737373. Windows color (decimal): -7572435 or 2978956. OLE color: 2978956.
HSL color Cylindrical-coordinate representation of color #8C742D: hue angle of 44.84º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C742D is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 45 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.45 |
| HSL | 44.84º | 0.51% | 0.36% | - |
| HSV(B) | 44.84º | 0.68% | 0.55% | - |
| XYZ | 17.53 | 18.26 | 5.08 | - |
| YUV | 115.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 45 | 0 | 0.17 | 0.68 | 0.45 | 44.84 | 0.51 | 0.36 |
| Hex | 8C | 74 | 2D | 0 | 11 | 44 | 2D | 2D | 33 | 24 |
| Octal | 214 | 164 | 55 | 0 | 21 | 104 | 55 | 55 | 63 | 44 |
| Binary | 10001100 | 1110100 | 101101 | 0 | 10001 | 1000100 | 101101 | 101101 | 110011 | 100100 |
Color Harmonies of #8C742D
Complementary color
Monochromatic Colors of #8C742D
Black with #8C742D
Text Example
Text Example
White with #8C742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C742D; }
p { color: rgb(140,116,45); }
H1.HeaderClassName
{
color: #8C742D;
}
.AnyTagClassName
{
color: #8C742D;
}
</style>
background-color css
<style>
a { background-color: #8C742D; }
a { background-color: rgb(140,116,45); }
div.DivClassName
{
background-color: #8C742D;
}
.BgClassName
{
background-color: #8C742D;
}
</style>
border-color css
<style>
span { border-color: #8C742D; }
span { border-color: rgb(140,116,45); }
td.TdClassName
{
border-color: #8C742D;
}
.TagClassName
{
border-color: #8C742D;
}
</style>