Shades of Corn Harvest #8C723C
Tints of Corn Harvest #8C723C
RGB
CMYK
RGB Variations
Color information
#8C723C (or 0x8C723C) is known color: Corn Harvest. HEX triplet: 8C, 72 and 3C. RGB value is (140,114,60). Sum of RGB (Red+Green+Blue) = 140+114+60=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C723C is #738DC3. Grayscale: #737373. Windows color (decimal): -7572932 or 3961484. OLE color: 3961484.
HSL color Cylindrical-coordinate representation of color #8C723C: hue angle of 40.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C723C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 60 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.45 |
| HSL | 40.5º | 0.4% | 0.39% | - |
| HSV(B) | 40.5º | 0.57% | 0.55% | - |
| XYZ | 17.65 | 17.94 | 6.81 | - |
| YUV | 115.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 60 | 0 | 0.19 | 0.57 | 0.45 | 40.5 | 0.4 | 0.39 |
| Hex | 8C | 72 | 3C | 0 | 13 | 39 | 2D | 28 | 28 | 27 |
| Octal | 214 | 162 | 74 | 0 | 23 | 71 | 55 | 50 | 50 | 47 |
| Binary | 10001100 | 1110010 | 111100 | 0 | 10011 | 111001 | 101101 | 101000 | 101000 | 100111 |
Color Harmonies of #8C723C
Complementary color
Monochromatic Colors of #8C723C
Black with #8C723C
Text Example
Text Example
White with #8C723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C723C; }
p { color: rgb(140,114,60); }
H1.HeaderClassName
{
color: #8C723C;
}
.AnyTagClassName
{
color: #8C723C;
}
</style>
background-color css
<style>
a { background-color: #8C723C; }
a { background-color: rgb(140,114,60); }
div.DivClassName
{
background-color: #8C723C;
}
.BgClassName
{
background-color: #8C723C;
}
</style>
border-color css
<style>
span { border-color: #8C723C; }
span { border-color: rgb(140,114,60); }
td.TdClassName
{
border-color: #8C723C;
}
.TagClassName
{
border-color: #8C723C;
}
</style>