Shades of Corn Harvest #8A7A2C
Tints of Corn Harvest #8A7A2C
RGB
CMYK
RGB Variations
Color information
#8A7A2C (or 0x8A7A2C) is known color: Corn Harvest. HEX triplet: 8A, 7A and 2C. RGB value is (138,122,44). Sum of RGB (Red+Green+Blue) = 138+122+44=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7A2C is #7585D3. Grayscale: #767676. Windows color (decimal): -7701972 or 2914954. OLE color: 2914954.
HSL color Cylindrical-coordinate representation of color #8A7A2C: hue angle of 49.79º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A7A2C is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 44 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.46 |
| HSL | 49.79º | 0.52% | 0.36% | - |
| HSV(B) | 49.79º | 0.68% | 0.54% | - |
| XYZ | 17.9 | 19.5 | 5.2 | - |
| YUV | 117.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 44 | 0 | 0.12 | 0.68 | 0.46 | 49.79 | 0.52 | 0.36 |
| Hex | 8A | 7A | 2C | 0 | C | 44 | 2E | 32 | 34 | 24 |
| Octal | 212 | 172 | 54 | 0 | 14 | 104 | 56 | 62 | 64 | 44 |
| Binary | 10001010 | 1111010 | 101100 | 0 | 1100 | 1000100 | 101110 | 110010 | 110100 | 100100 |
Color Harmonies of #8A7A2C
Complementary color
Monochromatic Colors of #8A7A2C
Black with #8A7A2C
Text Example
Text Example
White with #8A7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A2C; }
p { color: rgb(138,122,44); }
H1.HeaderClassName
{
color: #8A7A2C;
}
.AnyTagClassName
{
color: #8A7A2C;
}
</style>
background-color css
<style>
a { background-color: #8A7A2C; }
a { background-color: rgb(138,122,44); }
div.DivClassName
{
background-color: #8A7A2C;
}
.BgClassName
{
background-color: #8A7A2C;
}
</style>
border-color css
<style>
span { border-color: #8A7A2C; }
span { border-color: rgb(138,122,44); }
td.TdClassName
{
border-color: #8A7A2C;
}
.TagClassName
{
border-color: #8A7A2C;
}
</style>