Shades of Corn Harvest #8C7B36
Tints of Corn Harvest #8C7B36
RGB
CMYK
RGB Variations
Color information
#8C7B36 (or 0x8C7B36) is known color: Corn Harvest. HEX triplet: 8C, 7B and 36. RGB value is (140,123,54). Sum of RGB (Red+Green+Blue) = 140+123+54=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7B36 is #7384C9. Grayscale: #787878. Windows color (decimal): -7570634 or 3570572. OLE color: 3570572.
HSL color Cylindrical-coordinate representation of color #8C7B36: hue angle of 48.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C7B36 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 54 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.45 |
| HSL | 48.14º | 0.44% | 0.38% | - |
| HSV(B) | 48.14º | 0.61% | 0.55% | - |
| XYZ | 18.56 | 20.01 | 6.37 | - |
| YUV | 120.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 54 | 0 | 0.12 | 0.61 | 0.45 | 48.14 | 0.44 | 0.38 |
| Hex | 8C | 7B | 36 | 0 | C | 3D | 2D | 30 | 2C | 26 |
| Octal | 214 | 173 | 66 | 0 | 14 | 75 | 55 | 60 | 54 | 46 |
| Binary | 10001100 | 1111011 | 110110 | 0 | 1100 | 111101 | 101101 | 110000 | 101100 | 100110 |
Color Harmonies of #8C7B36
Complementary color
Monochromatic Colors of #8C7B36
Black with #8C7B36
Text Example
Text Example
White with #8C7B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B36; }
p { color: rgb(140,123,54); }
H1.HeaderClassName
{
color: #8C7B36;
}
.AnyTagClassName
{
color: #8C7B36;
}
</style>
background-color css
<style>
a { background-color: #8C7B36; }
a { background-color: rgb(140,123,54); }
div.DivClassName
{
background-color: #8C7B36;
}
.BgClassName
{
background-color: #8C7B36;
}
</style>
border-color css
<style>
span { border-color: #8C7B36; }
span { border-color: rgb(140,123,54); }
td.TdClassName
{
border-color: #8C7B36;
}
.TagClassName
{
border-color: #8C7B36;
}
</style>