Shades of Corn Harvest #8C7127
Tints of Corn Harvest #8C7127
RGB
CMYK
RGB Variations
Color information
#8C7127 (or 0x8C7127) is known color: Corn Harvest. HEX triplet: 8C, 71 and 27. RGB value is (140,113,39). Sum of RGB (Red+Green+Blue) = 140+113+39=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7127 is #738ED8. Grayscale: #707070. Windows color (decimal): -7573209 or 2584972. OLE color: 2584972.
HSL color Cylindrical-coordinate representation of color #8C7127: hue angle of 43.96º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C7127 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 39 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.45 |
| HSL | 43.96º | 0.56% | 0.35% | - |
| HSV(B) | 43.96º | 0.72% | 0.55% | - |
| XYZ | 17.09 | 17.53 | 4.4 | - |
| YUV | 112.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 39 | 0 | 0.19 | 0.72 | 0.45 | 43.96 | 0.56 | 0.35 |
| Hex | 8C | 71 | 27 | 0 | 13 | 48 | 2D | 2C | 38 | 23 |
| Octal | 214 | 161 | 47 | 0 | 23 | 110 | 55 | 54 | 70 | 43 |
| Binary | 10001100 | 1110001 | 100111 | 0 | 10011 | 1001000 | 101101 | 101100 | 111000 | 100011 |
Color Harmonies of #8C7127
Complementary color
Monochromatic Colors of #8C7127
Black with #8C7127
Text Example
Text Example
White with #8C7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7127; }
p { color: rgb(140,113,39); }
H1.HeaderClassName
{
color: #8C7127;
}
.AnyTagClassName
{
color: #8C7127;
}
</style>
background-color css
<style>
a { background-color: #8C7127; }
a { background-color: rgb(140,113,39); }
div.DivClassName
{
background-color: #8C7127;
}
.BgClassName
{
background-color: #8C7127;
}
</style>
border-color css
<style>
span { border-color: #8C7127; }
span { border-color: rgb(140,113,39); }
td.TdClassName
{
border-color: #8C7127;
}
.TagClassName
{
border-color: #8C7127;
}
</style>