Shades of Corn Harvest #8F762E
Tints of Corn Harvest #8F762E
RGB
CMYK
RGB Variations
Color information
#8F762E (or 0x8F762E) is known color: Corn Harvest. HEX triplet: 8F, 76 and 2E. RGB value is (143,118,46). Sum of RGB (Red+Green+Blue) = 143+118+46=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F762E is #7089D1. Grayscale: #757575. Windows color (decimal): -7375314 or 3045007. OLE color: 3045007.
HSL color Cylindrical-coordinate representation of color #8F762E: hue angle of 44.54º 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 #8F762E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 118 | 46 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.44 |
| HSL | 44.54º | 0.51% | 0.37% | - |
| HSV(B) | 44.54º | 0.68% | 0.56% | - |
| XYZ | 18.3 | 18.99 | 5.29 | - |
| YUV | 117.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 46 | 0 | 0.17 | 0.68 | 0.44 | 44.54 | 0.51 | 0.37 |
| Hex | 8F | 76 | 2E | 0 | 11 | 44 | 2C | 2D | 33 | 25 |
| Octal | 217 | 166 | 56 | 0 | 21 | 104 | 54 | 55 | 63 | 45 |
| Binary | 10001111 | 1110110 | 101110 | 0 | 10001 | 1000100 | 101100 | 101101 | 110011 | 100101 |
Color Harmonies of #8F762E
Complementary color
Monochromatic Colors of #8F762E
Black with #8F762E
Text Example
Text Example
White with #8F762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F762E; }
p { color: rgb(143,118,46); }
H1.HeaderClassName
{
color: #8F762E;
}
.AnyTagClassName
{
color: #8F762E;
}
</style>
background-color css
<style>
a { background-color: #8F762E; }
a { background-color: rgb(143,118,46); }
div.DivClassName
{
background-color: #8F762E;
}
.BgClassName
{
background-color: #8F762E;
}
</style>
border-color css
<style>
span { border-color: #8F762E; }
span { border-color: rgb(143,118,46); }
td.TdClassName
{
border-color: #8F762E;
}
.TagClassName
{
border-color: #8F762E;
}
</style>