Shades of Corn Harvest #8F7631
Tints of Corn Harvest #8F7631
RGB
CMYK
RGB Variations
Color information
#8F7631 (or 0x8F7631) is known color: Corn Harvest. HEX triplet: 8F, 76 and 31. RGB value is (143,118,49). Sum of RGB (Red+Green+Blue) = 143+118+49=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7631 is #7089CE. Grayscale: #757575. Windows color (decimal): -7375311 or 3241615. OLE color: 3241615.
HSL color Cylindrical-coordinate representation of color #8F7631: hue angle of 44.04º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F7631 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 118 | 49 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.44 |
| HSL | 44.04º | 0.49% | 0.38% | - |
| HSV(B) | 44.04º | 0.66% | 0.56% | - |
| XYZ | 18.36 | 19.02 | 5.61 | - |
| YUV | 117.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 49 | 0 | 0.17 | 0.66 | 0.44 | 44.04 | 0.49 | 0.38 |
| Hex | 8F | 76 | 31 | 0 | 11 | 42 | 2C | 2C | 31 | 26 |
| Octal | 217 | 166 | 61 | 0 | 21 | 102 | 54 | 54 | 61 | 46 |
| Binary | 10001111 | 1110110 | 110001 | 0 | 10001 | 1000010 | 101100 | 101100 | 110001 | 100110 |
Color Harmonies of #8F7631
Complementary color
Monochromatic Colors of #8F7631
Black with #8F7631
Text Example
Text Example
White with #8F7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7631; }
p { color: rgb(143,118,49); }
H1.HeaderClassName
{
color: #8F7631;
}
.AnyTagClassName
{
color: #8F7631;
}
</style>
background-color css
<style>
a { background-color: #8F7631; }
a { background-color: rgb(143,118,49); }
div.DivClassName
{
background-color: #8F7631;
}
.BgClassName
{
background-color: #8F7631;
}
</style>
border-color css
<style>
span { border-color: #8F7631; }
span { border-color: rgb(143,118,49); }
td.TdClassName
{
border-color: #8F7631;
}
.TagClassName
{
border-color: #8F7631;
}
</style>