Shades of Corn Harvest #8F742D
Tints of Corn Harvest #8F742D
RGB
CMYK
RGB Variations
Color information
#8F742D (or 0x8F742D) is known color: Corn Harvest. HEX triplet: 8F, 74 and 2D. RGB value is (143,116,45). Sum of RGB (Red+Green+Blue) = 143+116+45=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F742D is #708BD2. Grayscale: #747474. Windows color (decimal): -7375827 or 2978959. OLE color: 2978959.
HSL color Cylindrical-coordinate representation of color #8F742D: hue angle of 43.47º degrees, saturation: 0.52, 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 #8F742D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 45 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.44 |
| HSL | 43.47º | 0.52% | 0.37% | - |
| HSV(B) | 43.47º | 0.69% | 0.56% | - |
| XYZ | 18.05 | 18.52 | 5.11 | - |
| YUV | 115.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 45 | 0 | 0.19 | 0.69 | 0.44 | 43.47 | 0.52 | 0.37 |
| Hex | 8F | 74 | 2D | 0 | 13 | 45 | 2C | 2B | 34 | 25 |
| Octal | 217 | 164 | 55 | 0 | 23 | 105 | 54 | 53 | 64 | 45 |
| Binary | 10001111 | 1110100 | 101101 | 0 | 10011 | 1000101 | 101100 | 101011 | 110100 | 100101 |
Color Harmonies of #8F742D
Complementary color
Monochromatic Colors of #8F742D
Black with #8F742D
Text Example
Text Example
White with #8F742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F742D; }
p { color: rgb(143,116,45); }
H1.HeaderClassName
{
color: #8F742D;
}
.AnyTagClassName
{
color: #8F742D;
}
</style>
background-color css
<style>
a { background-color: #8F742D; }
a { background-color: rgb(143,116,45); }
div.DivClassName
{
background-color: #8F742D;
}
.BgClassName
{
background-color: #8F742D;
}
</style>
border-color css
<style>
span { border-color: #8F742D; }
span { border-color: rgb(143,116,45); }
td.TdClassName
{
border-color: #8F742D;
}
.TagClassName
{
border-color: #8F742D;
}
</style>