Shades of Corn Harvest #8F7732
Tints of Corn Harvest #8F7732
RGB
CMYK
RGB Variations
Color information
#8F7732 (or 0x8F7732) is known color: Corn Harvest. HEX triplet: 8F, 77 and 32. RGB value is (143,119,50). Sum of RGB (Red+Green+Blue) = 143+119+50=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7732 is #7088CD. Grayscale: #767676. Windows color (decimal): -7375054 or 3307407. OLE color: 3307407.
HSL color Cylindrical-coordinate representation of color #8F7732: hue angle of 44.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F7732 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 50 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.44 |
| HSL | 44.52º | 0.48% | 0.38% | - |
| HSV(B) | 44.52º | 0.65% | 0.56% | - |
| XYZ | 18.5 | 19.26 | 5.76 | - |
| YUV | 118.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 50 | 0 | 0.17 | 0.65 | 0.44 | 44.52 | 0.48 | 0.38 |
| Hex | 8F | 77 | 32 | 0 | 11 | 41 | 2C | 2D | 30 | 26 |
| Octal | 217 | 167 | 62 | 0 | 21 | 101 | 54 | 55 | 60 | 46 |
| Binary | 10001111 | 1110111 | 110010 | 0 | 10001 | 1000001 | 101100 | 101101 | 110000 | 100110 |
Color Harmonies of #8F7732
Complementary color
Monochromatic Colors of #8F7732
Black with #8F7732
Text Example
Text Example
White with #8F7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7732; }
p { color: rgb(143,119,50); }
H1.HeaderClassName
{
color: #8F7732;
}
.AnyTagClassName
{
color: #8F7732;
}
</style>
background-color css
<style>
a { background-color: #8F7732; }
a { background-color: rgb(143,119,50); }
div.DivClassName
{
background-color: #8F7732;
}
.BgClassName
{
background-color: #8F7732;
}
</style>
border-color css
<style>
span { border-color: #8F7732; }
span { border-color: rgb(143,119,50); }
td.TdClassName
{
border-color: #8F7732;
}
.TagClassName
{
border-color: #8F7732;
}
</style>