Shades of Corn Harvest #8A7026
Tints of Corn Harvest #8A7026
RGB
CMYK
RGB Variations
Color information
#8A7026 (or 0x8A7026) is known color: Corn Harvest. HEX triplet: 8A, 70 and 26. RGB value is (138,112,38). Sum of RGB (Red+Green+Blue) = 138+112+38=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7026 is #758FD9. Grayscale: #6F6F6F. Windows color (decimal): -7704538 or 2519178. OLE color: 2519178.
HSL color Cylindrical-coordinate representation of color #8A7026: hue angle of 44.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A7026 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 38 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.46 |
| HSL | 44.4º | 0.57% | 0.35% | - |
| HSV(B) | 44.4º | 0.72% | 0.54% | - |
| XYZ | 16.63 | 17.13 | 4.26 | - |
| YUV | 111.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 38 | 0 | 0.19 | 0.72 | 0.46 | 44.4 | 0.57 | 0.35 |
| Hex | 8A | 70 | 26 | 0 | 13 | 48 | 2E | 2C | 39 | 23 |
| Octal | 212 | 160 | 46 | 0 | 23 | 110 | 56 | 54 | 71 | 43 |
| Binary | 10001010 | 1110000 | 100110 | 0 | 10011 | 1001000 | 101110 | 101100 | 111001 | 100011 |
Color Harmonies of #8A7026
Complementary color
Monochromatic Colors of #8A7026
Black with #8A7026
Text Example
Text Example
White with #8A7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7026; }
p { color: rgb(138,112,38); }
H1.HeaderClassName
{
color: #8A7026;
}
.AnyTagClassName
{
color: #8A7026;
}
</style>
background-color css
<style>
a { background-color: #8A7026; }
a { background-color: rgb(138,112,38); }
div.DivClassName
{
background-color: #8A7026;
}
.BgClassName
{
background-color: #8A7026;
}
</style>
border-color css
<style>
span { border-color: #8A7026; }
span { border-color: rgb(138,112,38); }
td.TdClassName
{
border-color: #8A7026;
}
.TagClassName
{
border-color: #8A7026;
}
</style>