Shades of Corn Harvest #8C733E
Tints of Corn Harvest #8C733E
RGB
CMYK
RGB Variations
Color information
#8C733E (or 0x8C733E) is known color: Corn Harvest. HEX triplet: 8C, 73 and 3E. RGB value is (140,115,62). Sum of RGB (Red+Green+Blue) = 140+115+62=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C733E is #738CC1. Grayscale: #747474. Windows color (decimal): -7572674 or 4092812. OLE color: 4092812.
HSL color Cylindrical-coordinate representation of color #8C733E: hue angle of 40.77º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C733E is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 62 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.45 |
| HSL | 40.77º | 0.39% | 0.4% | - |
| HSV(B) | 40.77º | 0.56% | 0.55% | - |
| XYZ | 17.82 | 18.18 | 7.13 | - |
| YUV | 116.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 62 | 0 | 0.18 | 0.56 | 0.45 | 40.77 | 0.39 | 0.4 |
| Hex | 8C | 73 | 3E | 0 | 12 | 38 | 2D | 29 | 27 | 28 |
| Octal | 214 | 163 | 76 | 0 | 22 | 70 | 55 | 51 | 47 | 50 |
| Binary | 10001100 | 1110011 | 111110 | 0 | 10010 | 111000 | 101101 | 101001 | 100111 | 101000 |
Color Harmonies of #8C733E
Complementary color
Monochromatic Colors of #8C733E
Black with #8C733E
Text Example
Text Example
White with #8C733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C733E; }
p { color: rgb(140,115,62); }
H1.HeaderClassName
{
color: #8C733E;
}
.AnyTagClassName
{
color: #8C733E;
}
</style>
background-color css
<style>
a { background-color: #8C733E; }
a { background-color: rgb(140,115,62); }
div.DivClassName
{
background-color: #8C733E;
}
.BgClassName
{
background-color: #8C733E;
}
</style>
border-color css
<style>
span { border-color: #8C733E; }
span { border-color: rgb(140,115,62); }
td.TdClassName
{
border-color: #8C733E;
}
.TagClassName
{
border-color: #8C733E;
}
</style>