Shades of Corn Harvest #8C7133
Tints of Corn Harvest #8C7133
RGB
CMYK
RGB Variations
Color information
#8C7133 (or 0x8C7133) is known color: Corn Harvest. HEX triplet: 8C, 71 and 33. RGB value is (140,113,51). Sum of RGB (Red+Green+Blue) = 140+113+51=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7133 is #738ECC. Grayscale: #727272. Windows color (decimal): -7573197 or 3371404. OLE color: 3371404.
HSL color Cylindrical-coordinate representation of color #8C7133: hue angle of 41.8º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C7133 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 51 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.45 |
| HSL | 41.8º | 0.47% | 0.37% | - |
| HSV(B) | 41.8º | 0.64% | 0.55% | - |
| XYZ | 17.32 | 17.62 | 5.62 | - |
| YUV | 114.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 51 | 0 | 0.19 | 0.64 | 0.45 | 41.8 | 0.47 | 0.37 |
| Hex | 8C | 71 | 33 | 0 | 13 | 40 | 2D | 2A | 2F | 25 |
| Octal | 214 | 161 | 63 | 0 | 23 | 100 | 55 | 52 | 57 | 45 |
| Binary | 10001100 | 1110001 | 110011 | 0 | 10011 | 1000000 | 101101 | 101010 | 101111 | 100101 |
Color Harmonies of #8C7133
Complementary color
Monochromatic Colors of #8C7133
Black with #8C7133
Text Example
Text Example
White with #8C7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7133; }
p { color: rgb(140,113,51); }
H1.HeaderClassName
{
color: #8C7133;
}
.AnyTagClassName
{
color: #8C7133;
}
</style>
background-color css
<style>
a { background-color: #8C7133; }
a { background-color: rgb(140,113,51); }
div.DivClassName
{
background-color: #8C7133;
}
.BgClassName
{
background-color: #8C7133;
}
</style>
border-color css
<style>
span { border-color: #8C7133; }
span { border-color: rgb(140,113,51); }
td.TdClassName
{
border-color: #8C7133;
}
.TagClassName
{
border-color: #8C7133;
}
</style>