Shades of Corn Harvest #8F782C
Tints of Corn Harvest #8F782C
RGB
CMYK
RGB Variations
Color information
#8F782C (or 0x8F782C) is known color: Corn Harvest. HEX triplet: 8F, 78 and 2C. RGB value is (143,120,44). Sum of RGB (Red+Green+Blue) = 143+120+44=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F782C is #7087D3. Grayscale: #767676. Windows color (decimal): -7374804 or 2914447. OLE color: 2914447.
HSL color Cylindrical-coordinate representation of color #8F782C: hue angle of 46.06º 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 #8F782C is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 44 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.44 |
| HSL | 46.06º | 0.53% | 0.37% | - |
| HSV(B) | 46.06º | 0.69% | 0.56% | - |
| XYZ | 18.5 | 19.45 | 5.16 | - |
| YUV | 118.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 44 | 0 | 0.16 | 0.69 | 0.44 | 46.06 | 0.53 | 0.37 |
| Hex | 8F | 78 | 2C | 0 | 10 | 45 | 2C | 2E | 35 | 25 |
| Octal | 217 | 170 | 54 | 0 | 20 | 105 | 54 | 56 | 65 | 45 |
| Binary | 10001111 | 1111000 | 101100 | 0 | 10000 | 1000101 | 101100 | 101110 | 110101 | 100101 |
Color Harmonies of #8F782C
Complementary color
Monochromatic Colors of #8F782C
Black with #8F782C
Text Example
Text Example
White with #8F782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F782C; }
p { color: rgb(143,120,44); }
H1.HeaderClassName
{
color: #8F782C;
}
.AnyTagClassName
{
color: #8F782C;
}
</style>
background-color css
<style>
a { background-color: #8F782C; }
a { background-color: rgb(143,120,44); }
div.DivClassName
{
background-color: #8F782C;
}
.BgClassName
{
background-color: #8F782C;
}
</style>
border-color css
<style>
span { border-color: #8F782C; }
span { border-color: rgb(143,120,44); }
td.TdClassName
{
border-color: #8F782C;
}
.TagClassName
{
border-color: #8F782C;
}
</style>