Shades of Corn Harvest #8A742E
Tints of Corn Harvest #8A742E
RGB
CMYK
RGB Variations
Color information
#8A742E (or 0x8A742E) is known color: Corn Harvest. HEX triplet: 8A, 74 and 2E. RGB value is (138,116,46). Sum of RGB (Red+Green+Blue) = 138+116+46=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A742E is #758BD1. Grayscale: #727272. Windows color (decimal): -7703506 or 3044490. OLE color: 3044490.
HSL color Cylindrical-coordinate representation of color #8A742E: hue angle of 45.65º 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 #8A742E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 116 | 46 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.46 |
| HSL | 45.65º | 0.5% | 0.36% | - |
| HSV(B) | 45.65º | 0.67% | 0.54% | - |
| XYZ | 17.22 | 18.09 | 5.17 | - |
| YUV | 114.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 46 | 0 | 0.16 | 0.67 | 0.46 | 45.65 | 0.5 | 0.36 |
| Hex | 8A | 74 | 2E | 0 | 10 | 43 | 2E | 2E | 32 | 24 |
| Octal | 212 | 164 | 56 | 0 | 20 | 103 | 56 | 56 | 62 | 44 |
| Binary | 10001010 | 1110100 | 101110 | 0 | 10000 | 1000011 | 101110 | 101110 | 110010 | 100100 |
Color Harmonies of #8A742E
Complementary color
Monochromatic Colors of #8A742E
Black with #8A742E
Text Example
Text Example
White with #8A742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A742E; }
p { color: rgb(138,116,46); }
H1.HeaderClassName
{
color: #8A742E;
}
.AnyTagClassName
{
color: #8A742E;
}
</style>
background-color css
<style>
a { background-color: #8A742E; }
a { background-color: rgb(138,116,46); }
div.DivClassName
{
background-color: #8A742E;
}
.BgClassName
{
background-color: #8A742E;
}
</style>
border-color css
<style>
span { border-color: #8A742E; }
span { border-color: rgb(138,116,46); }
td.TdClassName
{
border-color: #8A742E;
}
.TagClassName
{
border-color: #8A742E;
}
</style>