Shades of Corn Harvest #8C783B
Tints of Corn Harvest #8C783B
RGB
CMYK
RGB Variations
Color information
#8C783B (or 0x8C783B) is known color: Corn Harvest. HEX triplet: 8C, 78 and 3B. RGB value is (140,120,59). Sum of RGB (Red+Green+Blue) = 140+120+59=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C783B is #7387C4. Grayscale: #777777. Windows color (decimal): -7571397 or 3897484. OLE color: 3897484.
HSL color Cylindrical-coordinate representation of color #8C783B: hue angle of 45.19º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C783B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 59 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.45 |
| HSL | 45.19º | 0.41% | 0.39% | - |
| HSV(B) | 45.19º | 0.58% | 0.55% | - |
| XYZ | 18.32 | 19.32 | 6.9 | - |
| YUV | 119.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 59 | 0 | 0.14 | 0.58 | 0.45 | 45.19 | 0.41 | 0.39 |
| Hex | 8C | 78 | 3B | 0 | E | 3A | 2D | 2D | 29 | 27 |
| Octal | 214 | 170 | 73 | 0 | 16 | 72 | 55 | 55 | 51 | 47 |
| Binary | 10001100 | 1111000 | 111011 | 0 | 1110 | 111010 | 101101 | 101101 | 101001 | 100111 |
Color Harmonies of #8C783B
Complementary color
Monochromatic Colors of #8C783B
Black with #8C783B
Text Example
Text Example
White with #8C783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C783B; }
p { color: rgb(140,120,59); }
H1.HeaderClassName
{
color: #8C783B;
}
.AnyTagClassName
{
color: #8C783B;
}
</style>
background-color css
<style>
a { background-color: #8C783B; }
a { background-color: rgb(140,120,59); }
div.DivClassName
{
background-color: #8C783B;
}
.BgClassName
{
background-color: #8C783B;
}
</style>
border-color css
<style>
span { border-color: #8C783B; }
span { border-color: rgb(140,120,59); }
td.TdClassName
{
border-color: #8C783B;
}
.TagClassName
{
border-color: #8C783B;
}
</style>