Shades of Corn Harvest #8C7835
Tints of Corn Harvest #8C7835
RGB
CMYK
RGB Variations
Color information
#8C7835 (or 0x8C7835) is known color: Corn Harvest. HEX triplet: 8C, 78 and 35. RGB value is (140,120,53). Sum of RGB (Red+Green+Blue) = 140+120+53=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7835 is #7387CA. Grayscale: #767676. Windows color (decimal): -7571403 or 3504268. OLE color: 3504268.
HSL color Cylindrical-coordinate representation of color #8C7835: hue angle of 46.21º 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 #8C7835 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 53 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.45 |
| HSL | 46.21º | 0.45% | 0.38% | - |
| HSV(B) | 46.21º | 0.62% | 0.55% | - |
| XYZ | 18.17 | 19.27 | 6.13 | - |
| YUV | 118.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 53 | 0 | 0.14 | 0.62 | 0.45 | 46.21 | 0.45 | 0.38 |
| Hex | 8C | 78 | 35 | 0 | E | 3E | 2D | 2E | 2D | 26 |
| Octal | 214 | 170 | 65 | 0 | 16 | 76 | 55 | 56 | 55 | 46 |
| Binary | 10001100 | 1111000 | 110101 | 0 | 1110 | 111110 | 101101 | 101110 | 101101 | 100110 |
Color Harmonies of #8C7835
Complementary color
Monochromatic Colors of #8C7835
Black with #8C7835
Text Example
Text Example
White with #8C7835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7835; }
p { color: rgb(140,120,53); }
H1.HeaderClassName
{
color: #8C7835;
}
.AnyTagClassName
{
color: #8C7835;
}
</style>
background-color css
<style>
a { background-color: #8C7835; }
a { background-color: rgb(140,120,53); }
div.DivClassName
{
background-color: #8C7835;
}
.BgClassName
{
background-color: #8C7835;
}
</style>
border-color css
<style>
span { border-color: #8C7835; }
span { border-color: rgb(140,120,53); }
td.TdClassName
{
border-color: #8C7835;
}
.TagClassName
{
border-color: #8C7835;
}
</style>