Shades of Corn Harvest #8C733D
Tints of Corn Harvest #8C733D
RGB
CMYK
RGB Variations
Color information
#8C733D (or 0x8C733D) is known color: Corn Harvest. HEX triplet: 8C, 73 and 3D. RGB value is (140,115,61). Sum of RGB (Red+Green+Blue) = 140+115+61=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C733D is #738CC2. Grayscale: #747474. Windows color (decimal): -7572675 or 4027276. OLE color: 4027276.
HSL color Cylindrical-coordinate representation of color #8C733D: hue angle of 41.01º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C733D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 61 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.45 |
| HSL | 41.01º | 0.39% | 0.39% | - |
| HSV(B) | 41.01º | 0.56% | 0.55% | - |
| XYZ | 17.79 | 18.17 | 6.99 | - |
| YUV | 116.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 61 | 0 | 0.18 | 0.56 | 0.45 | 41.01 | 0.39 | 0.39 |
| Hex | 8C | 73 | 3D | 0 | 12 | 38 | 2D | 29 | 27 | 27 |
| Octal | 214 | 163 | 75 | 0 | 22 | 70 | 55 | 51 | 47 | 47 |
| Binary | 10001100 | 1110011 | 111101 | 0 | 10010 | 111000 | 101101 | 101001 | 100111 | 100111 |
Color Harmonies of #8C733D
Complementary color
Monochromatic Colors of #8C733D
Black with #8C733D
Text Example
Text Example
White with #8C733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C733D; }
p { color: rgb(140,115,61); }
H1.HeaderClassName
{
color: #8C733D;
}
.AnyTagClassName
{
color: #8C733D;
}
</style>
background-color css
<style>
a { background-color: #8C733D; }
a { background-color: rgb(140,115,61); }
div.DivClassName
{
background-color: #8C733D;
}
.BgClassName
{
background-color: #8C733D;
}
</style>
border-color css
<style>
span { border-color: #8C733D; }
span { border-color: rgb(140,115,61); }
td.TdClassName
{
border-color: #8C733D;
}
.TagClassName
{
border-color: #8C733D;
}
</style>