Shades of Corn Harvest #8C7135
Tints of Corn Harvest #8C7135
RGB
CMYK
RGB Variations
Color information
#8C7135 (or 0x8C7135) is known color: Corn Harvest. HEX triplet: 8C, 71 and 35. RGB value is (140,113,53). Sum of RGB (Red+Green+Blue) = 140+113+53=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7135 is #738ECA. Grayscale: #727272. Windows color (decimal): -7573195 or 3502476. OLE color: 3502476.
HSL color Cylindrical-coordinate representation of color #8C7135: hue angle of 41.38º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C7135 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 53 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.45 |
| HSL | 41.38º | 0.45% | 0.38% | - |
| HSV(B) | 41.38º | 0.62% | 0.55% | - |
| XYZ | 17.36 | 17.64 | 5.86 | - |
| YUV | 114.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 53 | 0 | 0.19 | 0.62 | 0.45 | 41.38 | 0.45 | 0.38 |
| Hex | 8C | 71 | 35 | 0 | 13 | 3E | 2D | 29 | 2D | 26 |
| Octal | 214 | 161 | 65 | 0 | 23 | 76 | 55 | 51 | 55 | 46 |
| Binary | 10001100 | 1110001 | 110101 | 0 | 10011 | 111110 | 101101 | 101001 | 101101 | 100110 |
Color Harmonies of #8C7135
Complementary color
Monochromatic Colors of #8C7135
Black with #8C7135
Text Example
Text Example
White with #8C7135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7135; }
p { color: rgb(140,113,53); }
H1.HeaderClassName
{
color: #8C7135;
}
.AnyTagClassName
{
color: #8C7135;
}
</style>
background-color css
<style>
a { background-color: #8C7135; }
a { background-color: rgb(140,113,53); }
div.DivClassName
{
background-color: #8C7135;
}
.BgClassName
{
background-color: #8C7135;
}
</style>
border-color css
<style>
span { border-color: #8C7135; }
span { border-color: rgb(140,113,53); }
td.TdClassName
{
border-color: #8C7135;
}
.TagClassName
{
border-color: #8C7135;
}
</style>