Shades of Corn Harvest #8C7639
Tints of Corn Harvest #8C7639
RGB
CMYK
RGB Variations
Color information
#8C7639 (or 0x8C7639) is known color: Corn Harvest. HEX triplet: 8C, 76 and 39. RGB value is (140,118,57). Sum of RGB (Red+Green+Blue) = 140+118+57=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7639 is #7389C6. Grayscale: #757575. Windows color (decimal): -7571911 or 3765900. OLE color: 3765900.
HSL color Cylindrical-coordinate representation of color #8C7639: hue angle of 44.1º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C7639 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 57 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.45 |
| HSL | 44.1º | 0.42% | 0.39% | - |
| HSV(B) | 44.1º | 0.59% | 0.55% | - |
| XYZ | 18.03 | 18.83 | 6.55 | - |
| YUV | 117.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 57 | 0 | 0.16 | 0.59 | 0.45 | 44.1 | 0.42 | 0.39 |
| Hex | 8C | 76 | 39 | 0 | 10 | 3B | 2D | 2C | 2A | 27 |
| Octal | 214 | 166 | 71 | 0 | 20 | 73 | 55 | 54 | 52 | 47 |
| Binary | 10001100 | 1110110 | 111001 | 0 | 10000 | 111011 | 101101 | 101100 | 101010 | 100111 |
Color Harmonies of #8C7639
Complementary color
Monochromatic Colors of #8C7639
Black with #8C7639
Text Example
Text Example
White with #8C7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7639; }
p { color: rgb(140,118,57); }
H1.HeaderClassName
{
color: #8C7639;
}
.AnyTagClassName
{
color: #8C7639;
}
</style>
background-color css
<style>
a { background-color: #8C7639; }
a { background-color: rgb(140,118,57); }
div.DivClassName
{
background-color: #8C7639;
}
.BgClassName
{
background-color: #8C7639;
}
</style>
border-color css
<style>
span { border-color: #8C7639; }
span { border-color: rgb(140,118,57); }
td.TdClassName
{
border-color: #8C7639;
}
.TagClassName
{
border-color: #8C7639;
}
</style>