Shades of Corn Harvest #8C7128
Tints of Corn Harvest #8C7128
RGB
CMYK
RGB Variations
Color information
#8C7128 (or 0x8C7128) is known color: Corn Harvest. HEX triplet: 8C, 71 and 28. RGB value is (140,113,40). Sum of RGB (Red+Green+Blue) = 140+113+40=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7128 is #738ED7. Grayscale: #717171. Windows color (decimal): -7573208 or 2650508. OLE color: 2650508.
HSL color Cylindrical-coordinate representation of color #8C7128: hue angle of 43.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C7128 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 40 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.45 |
| HSL | 43.8º | 0.56% | 0.35% | - |
| HSV(B) | 43.8º | 0.71% | 0.55% | - |
| XYZ | 17.1 | 17.54 | 4.49 | - |
| YUV | 112.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 40 | 0 | 0.19 | 0.71 | 0.45 | 43.8 | 0.56 | 0.35 |
| Hex | 8C | 71 | 28 | 0 | 13 | 47 | 2D | 2C | 38 | 23 |
| Octal | 214 | 161 | 50 | 0 | 23 | 107 | 55 | 54 | 70 | 43 |
| Binary | 10001100 | 1110001 | 101000 | 0 | 10011 | 1000111 | 101101 | 101100 | 111000 | 100011 |
Color Harmonies of #8C7128
Complementary color
Monochromatic Colors of #8C7128
Black with #8C7128
Text Example
Text Example
White with #8C7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7128; }
p { color: rgb(140,113,40); }
H1.HeaderClassName
{
color: #8C7128;
}
.AnyTagClassName
{
color: #8C7128;
}
</style>
background-color css
<style>
a { background-color: #8C7128; }
a { background-color: rgb(140,113,40); }
div.DivClassName
{
background-color: #8C7128;
}
.BgClassName
{
background-color: #8C7128;
}
</style>
border-color css
<style>
span { border-color: #8C7128; }
span { border-color: rgb(140,113,40); }
td.TdClassName
{
border-color: #8C7128;
}
.TagClassName
{
border-color: #8C7128;
}
</style>