Shades of Corn Harvest #8A732E
Tints of Corn Harvest #8A732E
RGB
CMYK
RGB Variations
Color information
#8A732E (or 0x8A732E) is known color: Corn Harvest. HEX triplet: 8A, 73 and 2E. RGB value is (138,115,46). Sum of RGB (Red+Green+Blue) = 138+115+46=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A732E is #758CD1. Grayscale: #727272. Windows color (decimal): -7703762 or 3044234. OLE color: 3044234.
HSL color Cylindrical-coordinate representation of color #8A732E: hue angle of 45º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A732E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 46 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.46 |
| HSL | 45º | 0.5% | 0.36% | - |
| HSV(B) | 45º | 0.67% | 0.54% | - |
| XYZ | 17.11 | 17.86 | 5.13 | - |
| YUV | 114.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 46 | 0 | 0.17 | 0.67 | 0.46 | 45 | 0.5 | 0.36 |
| Hex | 8A | 73 | 2E | 0 | 11 | 43 | 2E | 2D | 32 | 24 |
| Octal | 212 | 163 | 56 | 0 | 21 | 103 | 56 | 55 | 62 | 44 |
| Binary | 10001010 | 1110011 | 101110 | 0 | 10001 | 1000011 | 101110 | 101101 | 110010 | 100100 |
Color Harmonies of #8A732E
Complementary color
Monochromatic Colors of #8A732E
Black with #8A732E
Text Example
Text Example
White with #8A732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A732E; }
p { color: rgb(138,115,46); }
H1.HeaderClassName
{
color: #8A732E;
}
.AnyTagClassName
{
color: #8A732E;
}
</style>
background-color css
<style>
a { background-color: #8A732E; }
a { background-color: rgb(138,115,46); }
div.DivClassName
{
background-color: #8A732E;
}
.BgClassName
{
background-color: #8A732E;
}
</style>
border-color css
<style>
span { border-color: #8A732E; }
span { border-color: rgb(138,115,46); }
td.TdClassName
{
border-color: #8A732E;
}
.TagClassName
{
border-color: #8A732E;
}
</style>