Shades of Corn Harvest #8C783D
Tints of Corn Harvest #8C783D
RGB
CMYK
RGB Variations
Color information
#8C783D (or 0x8C783D) is known color: Corn Harvest. HEX triplet: 8C, 78 and 3D. RGB value is (140,120,61). Sum of RGB (Red+Green+Blue) = 140+120+61=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C783D is #7387C2. Grayscale: #777777. Windows color (decimal): -7571395 or 4028556. OLE color: 4028556.
HSL color Cylindrical-coordinate representation of color #8C783D: hue angle of 44.81º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C783D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 61 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.45 |
| HSL | 44.81º | 0.39% | 0.39% | - |
| HSV(B) | 44.81º | 0.56% | 0.55% | - |
| XYZ | 18.37 | 19.35 | 7.18 | - |
| YUV | 119.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 61 | 0 | 0.14 | 0.56 | 0.45 | 44.81 | 0.39 | 0.39 |
| Hex | 8C | 78 | 3D | 0 | E | 38 | 2D | 2D | 27 | 27 |
| Octal | 214 | 170 | 75 | 0 | 16 | 70 | 55 | 55 | 47 | 47 |
| Binary | 10001100 | 1111000 | 111101 | 0 | 1110 | 111000 | 101101 | 101101 | 100111 | 100111 |
Color Harmonies of #8C783D
Complementary color
Monochromatic Colors of #8C783D
Black with #8C783D
Text Example
Text Example
White with #8C783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C783D; }
p { color: rgb(140,120,61); }
H1.HeaderClassName
{
color: #8C783D;
}
.AnyTagClassName
{
color: #8C783D;
}
</style>
background-color css
<style>
a { background-color: #8C783D; }
a { background-color: rgb(140,120,61); }
div.DivClassName
{
background-color: #8C783D;
}
.BgClassName
{
background-color: #8C783D;
}
</style>
border-color css
<style>
span { border-color: #8C783D; }
span { border-color: rgb(140,120,61); }
td.TdClassName
{
border-color: #8C783D;
}
.TagClassName
{
border-color: #8C783D;
}
</style>