Shades of Corn Harvest #8C7334
Tints of Corn Harvest #8C7334
RGB
CMYK
RGB Variations
Color information
#8C7334 (or 0x8C7334) is known color: Corn Harvest. HEX triplet: 8C, 73 and 34. RGB value is (140,115,52). Sum of RGB (Red+Green+Blue) = 140+115+52=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7334 is #738CCB. Grayscale: #737373. Windows color (decimal): -7572684 or 3437452. OLE color: 3437452.
HSL color Cylindrical-coordinate representation of color #8C7334: hue angle of 42.95º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C7334 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 52 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.45 |
| HSL | 42.95º | 0.46% | 0.38% | - |
| HSV(B) | 42.95º | 0.63% | 0.55% | - |
| XYZ | 17.57 | 18.08 | 5.81 | - |
| YUV | 115.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 52 | 0 | 0.18 | 0.63 | 0.45 | 42.95 | 0.46 | 0.38 |
| Hex | 8C | 73 | 34 | 0 | 12 | 3F | 2D | 2B | 2E | 26 |
| Octal | 214 | 163 | 64 | 0 | 22 | 77 | 55 | 53 | 56 | 46 |
| Binary | 10001100 | 1110011 | 110100 | 0 | 10010 | 111111 | 101101 | 101011 | 101110 | 100110 |
Color Harmonies of #8C7334
Complementary color
Monochromatic Colors of #8C7334
Black with #8C7334
Text Example
Text Example
White with #8C7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7334; }
p { color: rgb(140,115,52); }
H1.HeaderClassName
{
color: #8C7334;
}
.AnyTagClassName
{
color: #8C7334;
}
</style>
background-color css
<style>
a { background-color: #8C7334; }
a { background-color: rgb(140,115,52); }
div.DivClassName
{
background-color: #8C7334;
}
.BgClassName
{
background-color: #8C7334;
}
</style>
border-color css
<style>
span { border-color: #8C7334; }
span { border-color: rgb(140,115,52); }
td.TdClassName
{
border-color: #8C7334;
}
.TagClassName
{
border-color: #8C7334;
}
</style>