Shades of Corn Harvest #8C7633
Tints of Corn Harvest #8C7633
RGB
CMYK
RGB Variations
Color information
#8C7633 (or 0x8C7633) is known color: Corn Harvest. HEX triplet: 8C, 76 and 33. RGB value is (140,118,51). Sum of RGB (Red+Green+Blue) = 140+118+51=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7633 is #7389CC. Grayscale: #757575. Windows color (decimal): -7571917 or 3372684. OLE color: 3372684.
HSL color Cylindrical-coordinate representation of color #8C7633: hue angle of 45.17º 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 #8C7633 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 51 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.45 |
| HSL | 45.17º | 0.47% | 0.37% | - |
| HSV(B) | 45.17º | 0.64% | 0.55% | - |
| XYZ | 17.89 | 18.77 | 5.81 | - |
| YUV | 116.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 51 | 0 | 0.16 | 0.64 | 0.45 | 45.17 | 0.47 | 0.37 |
| Hex | 8C | 76 | 33 | 0 | 10 | 40 | 2D | 2D | 2F | 25 |
| Octal | 214 | 166 | 63 | 0 | 20 | 100 | 55 | 55 | 57 | 45 |
| Binary | 10001100 | 1110110 | 110011 | 0 | 10000 | 1000000 | 101101 | 101101 | 101111 | 100101 |
Color Harmonies of #8C7633
Complementary color
Monochromatic Colors of #8C7633
Black with #8C7633
Text Example
Text Example
White with #8C7633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7633; }
p { color: rgb(140,118,51); }
H1.HeaderClassName
{
color: #8C7633;
}
.AnyTagClassName
{
color: #8C7633;
}
</style>
background-color css
<style>
a { background-color: #8C7633; }
a { background-color: rgb(140,118,51); }
div.DivClassName
{
background-color: #8C7633;
}
.BgClassName
{
background-color: #8C7633;
}
</style>
border-color css
<style>
span { border-color: #8C7633; }
span { border-color: rgb(140,118,51); }
td.TdClassName
{
border-color: #8C7633;
}
.TagClassName
{
border-color: #8C7633;
}
</style>