Shades of Corn Harvest #8F772E
Tints of Corn Harvest #8F772E
RGB
CMYK
RGB Variations
Color information
#8F772E (or 0x8F772E) is known color: Corn Harvest. HEX triplet: 8F, 77 and 2E. RGB value is (143,119,46). Sum of RGB (Red+Green+Blue) = 143+119+46=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F772E is #7088D1. Grayscale: #767676. Windows color (decimal): -7375058 or 3045263. OLE color: 3045263.
HSL color Cylindrical-coordinate representation of color #8F772E: hue angle of 45.15º degrees, saturation: 0.51, 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 #8F772E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 46 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.44 |
| HSL | 45.15º | 0.51% | 0.37% | - |
| HSV(B) | 45.15º | 0.68% | 0.56% | - |
| XYZ | 18.42 | 19.23 | 5.33 | - |
| YUV | 117.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 46 | 0 | 0.17 | 0.68 | 0.44 | 45.15 | 0.51 | 0.37 |
| Hex | 8F | 77 | 2E | 0 | 11 | 44 | 2C | 2D | 33 | 25 |
| Octal | 217 | 167 | 56 | 0 | 21 | 104 | 54 | 55 | 63 | 45 |
| Binary | 10001111 | 1110111 | 101110 | 0 | 10001 | 1000100 | 101100 | 101101 | 110011 | 100101 |
Color Harmonies of #8F772E
Complementary color
Monochromatic Colors of #8F772E
Black with #8F772E
Text Example
Text Example
White with #8F772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F772E; }
p { color: rgb(143,119,46); }
H1.HeaderClassName
{
color: #8F772E;
}
.AnyTagClassName
{
color: #8F772E;
}
</style>
background-color css
<style>
a { background-color: #8F772E; }
a { background-color: rgb(143,119,46); }
div.DivClassName
{
background-color: #8F772E;
}
.BgClassName
{
background-color: #8F772E;
}
</style>
border-color css
<style>
span { border-color: #8F772E; }
span { border-color: rgb(143,119,46); }
td.TdClassName
{
border-color: #8F772E;
}
.TagClassName
{
border-color: #8F772E;
}
</style>