Shades of Corn Harvest #8F742E
Tints of Corn Harvest #8F742E
RGB
CMYK
RGB Variations
Color information
#8F742E (or 0x8F742E) is known color: Corn Harvest. HEX triplet: 8F, 74 and 2E. RGB value is (143,116,46). Sum of RGB (Red+Green+Blue) = 143+116+46=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F742E is #708BD1. Grayscale: #747474. Windows color (decimal): -7375826 or 3044495. OLE color: 3044495.
HSL color Cylindrical-coordinate representation of color #8F742E: hue angle of 43.3º 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 #8F742E is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 46 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.44 |
| HSL | 43.3º | 0.51% | 0.37% | - |
| HSV(B) | 43.3º | 0.68% | 0.56% | - |
| XYZ | 18.07 | 18.53 | 5.21 | - |
| YUV | 116.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 46 | 0 | 0.19 | 0.68 | 0.44 | 43.3 | 0.51 | 0.37 |
| Hex | 8F | 74 | 2E | 0 | 13 | 44 | 2C | 2B | 33 | 25 |
| Octal | 217 | 164 | 56 | 0 | 23 | 104 | 54 | 53 | 63 | 45 |
| Binary | 10001111 | 1110100 | 101110 | 0 | 10011 | 1000100 | 101100 | 101011 | 110011 | 100101 |
Color Harmonies of #8F742E
Complementary color
Monochromatic Colors of #8F742E
Black with #8F742E
Text Example
Text Example
White with #8F742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F742E; }
p { color: rgb(143,116,46); }
H1.HeaderClassName
{
color: #8F742E;
}
.AnyTagClassName
{
color: #8F742E;
}
</style>
background-color css
<style>
a { background-color: #8F742E; }
a { background-color: rgb(143,116,46); }
div.DivClassName
{
background-color: #8F742E;
}
.BgClassName
{
background-color: #8F742E;
}
</style>
border-color css
<style>
span { border-color: #8F742E; }
span { border-color: rgb(143,116,46); }
td.TdClassName
{
border-color: #8F742E;
}
.TagClassName
{
border-color: #8F742E;
}
</style>