Shades of Corn Harvest #8F7029
Tints of Corn Harvest #8F7029
RGB
CMYK
RGB Variations
Color information
#8F7029 (or 0x8F7029) is known color: Corn Harvest. HEX triplet: 8F, 70 and 29. RGB value is (143,112,41). Sum of RGB (Red+Green+Blue) = 143+112+41=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7029 is #708FD6. Grayscale: #717171. Windows color (decimal): -7376855 or 2715791. OLE color: 2715791.
HSL color Cylindrical-coordinate representation of color #8F7029: hue angle of 41.76º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F7029 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 41 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.44 |
| HSL | 41.76º | 0.55% | 0.36% | - |
| HSV(B) | 41.76º | 0.71% | 0.56% | - |
| XYZ | 17.52 | 17.59 | 4.57 | - |
| YUV | 113.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 41 | 0 | 0.22 | 0.71 | 0.44 | 41.76 | 0.55 | 0.36 |
| Hex | 8F | 70 | 29 | 0 | 16 | 47 | 2C | 2A | 37 | 24 |
| Octal | 217 | 160 | 51 | 0 | 26 | 107 | 54 | 52 | 67 | 44 |
| Binary | 10001111 | 1110000 | 101001 | 0 | 10110 | 1000111 | 101100 | 101010 | 110111 | 100100 |
Color Harmonies of #8F7029
Complementary color
Monochromatic Colors of #8F7029
Black with #8F7029
Text Example
Text Example
White with #8F7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7029; }
p { color: rgb(143,112,41); }
H1.HeaderClassName
{
color: #8F7029;
}
.AnyTagClassName
{
color: #8F7029;
}
</style>
background-color css
<style>
a { background-color: #8F7029; }
a { background-color: rgb(143,112,41); }
div.DivClassName
{
background-color: #8F7029;
}
.BgClassName
{
background-color: #8F7029;
}
</style>
border-color css
<style>
span { border-color: #8F7029; }
span { border-color: rgb(143,112,41); }
td.TdClassName
{
border-color: #8F7029;
}
.TagClassName
{
border-color: #8F7029;
}
</style>