Shades of Corn Harvest #8C7A3D
Tints of Corn Harvest #8C7A3D
RGB
CMYK
RGB Variations
Color information
#8C7A3D (or 0x8C7A3D) is known color: Corn Harvest. HEX triplet: 8C, 7A and 3D. RGB value is (140,122,61). Sum of RGB (Red+Green+Blue) = 140+122+61=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A3D is #7385C2. Grayscale: #787878. Windows color (decimal): -7570883 or 4029068. OLE color: 4029068.
HSL color Cylindrical-coordinate representation of color #8C7A3D: hue angle of 46.33º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C7A3D is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 61 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.45 |
| HSL | 46.33º | 0.39% | 0.39% | - |
| HSV(B) | 46.33º | 0.56% | 0.55% | - |
| XYZ | 18.62 | 19.83 | 7.26 | - |
| YUV | 120.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 61 | 0 | 0.13 | 0.56 | 0.45 | 46.33 | 0.39 | 0.39 |
| Hex | 8C | 7A | 3D | 0 | D | 38 | 2D | 2E | 27 | 27 |
| Octal | 214 | 172 | 75 | 0 | 15 | 70 | 55 | 56 | 47 | 47 |
| Binary | 10001100 | 1111010 | 111101 | 0 | 1101 | 111000 | 101101 | 101110 | 100111 | 100111 |
Color Harmonies of #8C7A3D
Complementary color
Monochromatic Colors of #8C7A3D
Black with #8C7A3D
Text Example
Text Example
White with #8C7A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A3D; }
p { color: rgb(140,122,61); }
H1.HeaderClassName
{
color: #8C7A3D;
}
.AnyTagClassName
{
color: #8C7A3D;
}
</style>
background-color css
<style>
a { background-color: #8C7A3D; }
a { background-color: rgb(140,122,61); }
div.DivClassName
{
background-color: #8C7A3D;
}
.BgClassName
{
background-color: #8C7A3D;
}
</style>
border-color css
<style>
span { border-color: #8C7A3D; }
span { border-color: rgb(140,122,61); }
td.TdClassName
{
border-color: #8C7A3D;
}
.TagClassName
{
border-color: #8C7A3D;
}
</style>