Shades of Corn Harvest #8C7A34
Tints of Corn Harvest #8C7A34
RGB
CMYK
RGB Variations
Color information
#8C7A34 (or 0x8C7A34) is known color: Corn Harvest. HEX triplet: 8C, 7A and 34. RGB value is (140,122,52). Sum of RGB (Red+Green+Blue) = 140+122+52=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A34 is #7385CB. Grayscale: #777777. Windows color (decimal): -7570892 or 3439244. OLE color: 3439244.
HSL color Cylindrical-coordinate representation of color #8C7A34: hue angle of 47.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C7A34 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 52 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.45 |
| HSL | 47.73º | 0.46% | 0.38% | - |
| HSV(B) | 47.73º | 0.63% | 0.55% | - |
| XYZ | 18.39 | 19.74 | 6.09 | - |
| YUV | 119.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 52 | 0 | 0.13 | 0.63 | 0.45 | 47.73 | 0.46 | 0.38 |
| Hex | 8C | 7A | 34 | 0 | D | 3F | 2D | 30 | 2E | 26 |
| Octal | 214 | 172 | 64 | 0 | 15 | 77 | 55 | 60 | 56 | 46 |
| Binary | 10001100 | 1111010 | 110100 | 0 | 1101 | 111111 | 101101 | 110000 | 101110 | 100110 |
Color Harmonies of #8C7A34
Complementary color
Monochromatic Colors of #8C7A34
Black with #8C7A34
Text Example
Text Example
White with #8C7A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A34; }
p { color: rgb(140,122,52); }
H1.HeaderClassName
{
color: #8C7A34;
}
.AnyTagClassName
{
color: #8C7A34;
}
</style>
background-color css
<style>
a { background-color: #8C7A34; }
a { background-color: rgb(140,122,52); }
div.DivClassName
{
background-color: #8C7A34;
}
.BgClassName
{
background-color: #8C7A34;
}
</style>
border-color css
<style>
span { border-color: #8C7A34; }
span { border-color: rgb(140,122,52); }
td.TdClassName
{
border-color: #8C7A34;
}
.TagClassName
{
border-color: #8C7A34;
}
</style>