Shades of Corn Harvest #8F702F
Tints of Corn Harvest #8F702F
RGB
CMYK
RGB Variations
Color information
#8F702F (or 0x8F702F) is known color: Corn Harvest. HEX triplet: 8F, 70 and 2F. RGB value is (143,112,47). Sum of RGB (Red+Green+Blue) = 143+112+47=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F702F is #708FD0. Grayscale: #727272. Windows color (decimal): -7376849 or 3109007. OLE color: 3109007.
HSL color Cylindrical-coordinate representation of color #8F702F: hue angle of 40.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F702F is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 47 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.44 |
| HSL | 40.63º | 0.51% | 0.37% | - |
| HSV(B) | 40.63º | 0.67% | 0.56% | - |
| XYZ | 17.63 | 17.63 | 5.16 | - |
| YUV | 113.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 47 | 0 | 0.22 | 0.67 | 0.44 | 40.63 | 0.51 | 0.37 |
| Hex | 8F | 70 | 2F | 0 | 16 | 43 | 2C | 29 | 33 | 25 |
| Octal | 217 | 160 | 57 | 0 | 26 | 103 | 54 | 51 | 63 | 45 |
| Binary | 10001111 | 1110000 | 101111 | 0 | 10110 | 1000011 | 101100 | 101001 | 110011 | 100101 |
Color Harmonies of #8F702F
Complementary color
Monochromatic Colors of #8F702F
Black with #8F702F
Text Example
Text Example
White with #8F702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F702F; }
p { color: rgb(143,112,47); }
H1.HeaderClassName
{
color: #8F702F;
}
.AnyTagClassName
{
color: #8F702F;
}
</style>
background-color css
<style>
a { background-color: #8F702F; }
a { background-color: rgb(143,112,47); }
div.DivClassName
{
background-color: #8F702F;
}
.BgClassName
{
background-color: #8F702F;
}
</style>
border-color css
<style>
span { border-color: #8F702F; }
span { border-color: rgb(143,112,47); }
td.TdClassName
{
border-color: #8F702F;
}
.TagClassName
{
border-color: #8F702F;
}
</style>