Shades of Corn Harvest #8D792F
Tints of Corn Harvest #8D792F
RGB
CMYK
RGB Variations
Color information
#8D792F (or 0x8D792F) is known color: Corn Harvest. HEX triplet: 8D, 79 and 2F. RGB value is (141,121,47). Sum of RGB (Red+Green+Blue) = 141+121+47=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D792F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D792F is #7286D0. Grayscale: #767676. Windows color (decimal): -7505617 or 3111309. OLE color: 3111309.
HSL color Cylindrical-coordinate representation of color #8D792F: hue angle of 47.23º degrees, saturation: 0.5, 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 #8D792F is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 47 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.45 |
| HSL | 47.23º | 0.5% | 0.37% | - |
| HSV(B) | 47.23º | 0.67% | 0.55% | - |
| XYZ | 18.33 | 19.54 | 5.5 | - |
| YUV | 118.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 47 | 0 | 0.14 | 0.67 | 0.45 | 47.23 | 0.5 | 0.37 |
| Hex | 8D | 79 | 2F | 0 | E | 43 | 2D | 2F | 32 | 25 |
| Octal | 215 | 171 | 57 | 0 | 16 | 103 | 55 | 57 | 62 | 45 |
| Binary | 10001101 | 1111001 | 101111 | 0 | 1110 | 1000011 | 101101 | 101111 | 110010 | 100101 |
Color Harmonies of #8D792F
Complementary color
Monochromatic Colors of #8D792F
Black with #8D792F
Text Example
Text Example
White with #8D792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D792F; }
p { color: rgb(141,121,47); }
H1.HeaderClassName
{
color: #8D792F;
}
.AnyTagClassName
{
color: #8D792F;
}
</style>
background-color css
<style>
a { background-color: #8D792F; }
a { background-color: rgb(141,121,47); }
div.DivClassName
{
background-color: #8D792F;
}
.BgClassName
{
background-color: #8D792F;
}
</style>
border-color css
<style>
span { border-color: #8D792F; }
span { border-color: rgb(141,121,47); }
td.TdClassName
{
border-color: #8D792F;
}
.TagClassName
{
border-color: #8D792F;
}
</style>