Shades of Corn Harvest #8C713C
Tints of Corn Harvest #8C713C
RGB
CMYK
RGB Variations
Color information
#8C713C (or 0x8C713C) is known color: Corn Harvest. HEX triplet: 8C, 71 and 3C. RGB value is (140,113,60). Sum of RGB (Red+Green+Blue) = 140+113+60=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C713C is #738EC3. Grayscale: #737373. Windows color (decimal): -7573188 or 3961228. OLE color: 3961228.
HSL color Cylindrical-coordinate representation of color #8C713C: hue angle of 39.75º 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 #8C713C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 60 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.45 |
| HSL | 39.75º | 0.4% | 0.39% | - |
| HSV(B) | 39.75º | 0.57% | 0.55% | - |
| XYZ | 17.54 | 17.71 | 6.77 | - |
| YUV | 115.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 60 | 0 | 0.19 | 0.57 | 0.45 | 39.75 | 0.4 | 0.39 |
| Hex | 8C | 71 | 3C | 0 | 13 | 39 | 2D | 28 | 28 | 27 |
| Octal | 214 | 161 | 74 | 0 | 23 | 71 | 55 | 50 | 50 | 47 |
| Binary | 10001100 | 1110001 | 111100 | 0 | 10011 | 111001 | 101101 | 101000 | 101000 | 100111 |
Color Harmonies of #8C713C
Complementary color
Monochromatic Colors of #8C713C
Black with #8C713C
Text Example
Text Example
White with #8C713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C713C; }
p { color: rgb(140,113,60); }
H1.HeaderClassName
{
color: #8C713C;
}
.AnyTagClassName
{
color: #8C713C;
}
</style>
background-color css
<style>
a { background-color: #8C713C; }
a { background-color: rgb(140,113,60); }
div.DivClassName
{
background-color: #8C713C;
}
.BgClassName
{
background-color: #8C713C;
}
</style>
border-color css
<style>
span { border-color: #8C713C; }
span { border-color: rgb(140,113,60); }
td.TdClassName
{
border-color: #8C713C;
}
.TagClassName
{
border-color: #8C713C;
}
</style>