Shades of Corn Harvest #8D772F
Tints of Corn Harvest #8D772F
RGB
CMYK
RGB Variations
Color information
#8D772F (or 0x8D772F) is known color: Corn Harvest. HEX triplet: 8D, 77 and 2F. RGB value is (141,119,47). Sum of RGB (Red+Green+Blue) = 141+119+47=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D772F is #7288D0. Grayscale: #757575. Windows color (decimal): -7506129 or 3110797. OLE color: 3110797.
HSL color Cylindrical-coordinate representation of color #8D772F: hue angle of 45.96º 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 #8D772F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 47 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.45 |
| HSL | 45.96º | 0.5% | 0.37% | - |
| HSV(B) | 45.96º | 0.67% | 0.55% | - |
| XYZ | 18.09 | 19.06 | 5.41 | - |
| YUV | 117.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 47 | 0 | 0.16 | 0.67 | 0.45 | 45.96 | 0.5 | 0.37 |
| Hex | 8D | 77 | 2F | 0 | 10 | 43 | 2D | 2E | 32 | 25 |
| Octal | 215 | 167 | 57 | 0 | 20 | 103 | 55 | 56 | 62 | 45 |
| Binary | 10001101 | 1110111 | 101111 | 0 | 10000 | 1000011 | 101101 | 101110 | 110010 | 100101 |
Color Harmonies of #8D772F
Complementary color
Monochromatic Colors of #8D772F
Black with #8D772F
Text Example
Text Example
White with #8D772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D772F; }
p { color: rgb(141,119,47); }
H1.HeaderClassName
{
color: #8D772F;
}
.AnyTagClassName
{
color: #8D772F;
}
</style>
background-color css
<style>
a { background-color: #8D772F; }
a { background-color: rgb(141,119,47); }
div.DivClassName
{
background-color: #8D772F;
}
.BgClassName
{
background-color: #8D772F;
}
</style>
border-color css
<style>
span { border-color: #8D772F; }
span { border-color: rgb(141,119,47); }
td.TdClassName
{
border-color: #8D772F;
}
.TagClassName
{
border-color: #8D772F;
}
</style>