Shades of Corn Harvest #8F742C
Tints of Corn Harvest #8F742C
RGB
CMYK
RGB Variations
Color information
#8F742C (or 0x8F742C) is known color: Corn Harvest. HEX triplet: 8F, 74 and 2C. RGB value is (143,116,44). Sum of RGB (Red+Green+Blue) = 143+116+44=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F742C is #708BD3. Grayscale: #747474. Windows color (decimal): -7375828 or 2913423. OLE color: 2913423.
HSL color Cylindrical-coordinate representation of color #8F742C: hue angle of 43.64º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F742C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 44 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.44 |
| HSL | 43.64º | 0.53% | 0.37% | - |
| HSV(B) | 43.64º | 0.69% | 0.56% | - |
| XYZ | 18.03 | 18.51 | 5.01 | - |
| YUV | 115.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 44 | 0 | 0.19 | 0.69 | 0.44 | 43.64 | 0.53 | 0.37 |
| Hex | 8F | 74 | 2C | 0 | 13 | 45 | 2C | 2C | 35 | 25 |
| Octal | 217 | 164 | 54 | 0 | 23 | 105 | 54 | 54 | 65 | 45 |
| Binary | 10001111 | 1110100 | 101100 | 0 | 10011 | 1000101 | 101100 | 101100 | 110101 | 100101 |
Color Harmonies of #8F742C
Complementary color
Monochromatic Colors of #8F742C
Black with #8F742C
Text Example
Text Example
White with #8F742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F742C; }
p { color: rgb(143,116,44); }
H1.HeaderClassName
{
color: #8F742C;
}
.AnyTagClassName
{
color: #8F742C;
}
</style>
background-color css
<style>
a { background-color: #8F742C; }
a { background-color: rgb(143,116,44); }
div.DivClassName
{
background-color: #8F742C;
}
.BgClassName
{
background-color: #8F742C;
}
</style>
border-color css
<style>
span { border-color: #8F742C; }
span { border-color: rgb(143,116,44); }
td.TdClassName
{
border-color: #8F742C;
}
.TagClassName
{
border-color: #8F742C;
}
</style>