Shades of Corn Harvest #8A722E
Tints of Corn Harvest #8A722E
RGB
CMYK
RGB Variations
Color information
#8A722E (or 0x8A722E) is known color: Corn Harvest. HEX triplet: 8A, 72 and 2E. RGB value is (138,114,46). Sum of RGB (Red+Green+Blue) = 138+114+46=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A722E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A722E is #758DD1. Grayscale: #717171. Windows color (decimal): -7704018 or 3043978. OLE color: 3043978.
HSL color Cylindrical-coordinate representation of color #8A722E: hue angle of 44.35º 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 #8A722E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 46 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.46 |
| HSL | 44.35º | 0.5% | 0.36% | - |
| HSV(B) | 44.35º | 0.67% | 0.54% | - |
| XYZ | 16.99 | 17.64 | 5.09 | - |
| YUV | 113.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 46 | 0 | 0.17 | 0.67 | 0.46 | 44.35 | 0.5 | 0.36 |
| Hex | 8A | 72 | 2E | 0 | 11 | 43 | 2E | 2C | 32 | 24 |
| Octal | 212 | 162 | 56 | 0 | 21 | 103 | 56 | 54 | 62 | 44 |
| Binary | 10001010 | 1110010 | 101110 | 0 | 10001 | 1000011 | 101110 | 101100 | 110010 | 100100 |
Color Harmonies of #8A722E
Complementary color
Monochromatic Colors of #8A722E
Black with #8A722E
Text Example
Text Example
White with #8A722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A722E; }
p { color: rgb(138,114,46); }
H1.HeaderClassName
{
color: #8A722E;
}
.AnyTagClassName
{
color: #8A722E;
}
</style>
background-color css
<style>
a { background-color: #8A722E; }
a { background-color: rgb(138,114,46); }
div.DivClassName
{
background-color: #8A722E;
}
.BgClassName
{
background-color: #8A722E;
}
</style>
border-color css
<style>
span { border-color: #8A722E; }
span { border-color: rgb(138,114,46); }
td.TdClassName
{
border-color: #8A722E;
}
.TagClassName
{
border-color: #8A722E;
}
</style>