Shades of Corn Harvest #8D792E
Tints of Corn Harvest #8D792E
RGB
CMYK
RGB Variations
Color information
#8D792E (or 0x8D792E) is known color: Corn Harvest. HEX triplet: 8D, 79 and 2E. RGB value is (141,121,46). Sum of RGB (Red+Green+Blue) = 141+121+46=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D792E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D792E is #7286D1. Grayscale: #767676. Windows color (decimal): -7505618 or 3045773. OLE color: 3045773.
HSL color Cylindrical-coordinate representation of color #8D792E: hue angle of 47.37º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D792E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 46 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.45 |
| HSL | 47.37º | 0.51% | 0.37% | - |
| HSV(B) | 47.37º | 0.67% | 0.55% | - |
| XYZ | 18.32 | 19.53 | 5.39 | - |
| YUV | 118.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 46 | 0 | 0.14 | 0.67 | 0.45 | 47.37 | 0.51 | 0.37 |
| Hex | 8D | 79 | 2E | 0 | E | 43 | 2D | 2F | 33 | 25 |
| Octal | 215 | 171 | 56 | 0 | 16 | 103 | 55 | 57 | 63 | 45 |
| Binary | 10001101 | 1111001 | 101110 | 0 | 1110 | 1000011 | 101101 | 101111 | 110011 | 100101 |
Color Harmonies of #8D792E
Complementary color
Monochromatic Colors of #8D792E
Black with #8D792E
Text Example
Text Example
White with #8D792E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D792E; }
p { color: rgb(141,121,46); }
H1.HeaderClassName
{
color: #8D792E;
}
.AnyTagClassName
{
color: #8D792E;
}
</style>
background-color css
<style>
a { background-color: #8D792E; }
a { background-color: rgb(141,121,46); }
div.DivClassName
{
background-color: #8D792E;
}
.BgClassName
{
background-color: #8D792E;
}
</style>
border-color css
<style>
span { border-color: #8D792E; }
span { border-color: rgb(141,121,46); }
td.TdClassName
{
border-color: #8D792E;
}
.TagClassName
{
border-color: #8D792E;
}
</style>