Shades of Corn Harvest #8C773D
Tints of Corn Harvest #8C773D
RGB
CMYK
RGB Variations
Color information
#8C773D (or 0x8C773D) is known color: Corn Harvest. HEX triplet: 8C, 77 and 3D. RGB value is (140,119,61). Sum of RGB (Red+Green+Blue) = 140+119+61=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C773D is #7388C2. Grayscale: #767676. Windows color (decimal): -7571651 or 4028300. OLE color: 4028300.
HSL color Cylindrical-coordinate representation of color #8C773D: hue angle of 44.05º 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 #8C773D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 61 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.45 |
| HSL | 44.05º | 0.39% | 0.39% | - |
| HSV(B) | 44.05º | 0.56% | 0.55% | - |
| XYZ | 18.25 | 19.11 | 7.14 | - |
| YUV | 118.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 61 | 0 | 0.15 | 0.56 | 0.45 | 44.05 | 0.39 | 0.39 |
| Hex | 8C | 77 | 3D | 0 | F | 38 | 2D | 2C | 27 | 27 |
| Octal | 214 | 167 | 75 | 0 | 17 | 70 | 55 | 54 | 47 | 47 |
| Binary | 10001100 | 1110111 | 111101 | 0 | 1111 | 111000 | 101101 | 101100 | 100111 | 100111 |
Color Harmonies of #8C773D
Complementary color
Monochromatic Colors of #8C773D
Black with #8C773D
Text Example
Text Example
White with #8C773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C773D; }
p { color: rgb(140,119,61); }
H1.HeaderClassName
{
color: #8C773D;
}
.AnyTagClassName
{
color: #8C773D;
}
</style>
background-color css
<style>
a { background-color: #8C773D; }
a { background-color: rgb(140,119,61); }
div.DivClassName
{
background-color: #8C773D;
}
.BgClassName
{
background-color: #8C773D;
}
</style>
border-color css
<style>
span { border-color: #8C773D; }
span { border-color: rgb(140,119,61); }
td.TdClassName
{
border-color: #8C773D;
}
.TagClassName
{
border-color: #8C773D;
}
</style>