Shades of Corn Harvest #8A703A
Tints of Corn Harvest #8A703A
RGB
CMYK
RGB Variations
Color information
#8A703A (or 0x8A703A) is known color: Corn Harvest. HEX triplet: 8A, 70 and 3A. RGB value is (138,112,58). Sum of RGB (Red+Green+Blue) = 138+112+58=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A703A is #758FC5. Grayscale: #717171. Windows color (decimal): -7704518 or 3829898. OLE color: 3829898.
HSL color Cylindrical-coordinate representation of color #8A703A: hue angle of 40.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A703A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 58 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.46 |
| HSL | 40.5º | 0.41% | 0.38% | - |
| HSV(B) | 40.5º | 0.58% | 0.54% | - |
| XYZ | 17.04 | 17.3 | 6.44 | - |
| YUV | 113.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 58 | 0 | 0.19 | 0.58 | 0.46 | 40.5 | 0.41 | 0.38 |
| Hex | 8A | 70 | 3A | 0 | 13 | 3A | 2E | 28 | 29 | 26 |
| Octal | 212 | 160 | 72 | 0 | 23 | 72 | 56 | 50 | 51 | 46 |
| Binary | 10001010 | 1110000 | 111010 | 0 | 10011 | 111010 | 101110 | 101000 | 101001 | 100110 |
Color Harmonies of #8A703A
Complementary color
Monochromatic Colors of #8A703A
Black with #8A703A
Text Example
Text Example
White with #8A703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A703A; }
p { color: rgb(138,112,58); }
H1.HeaderClassName
{
color: #8A703A;
}
.AnyTagClassName
{
color: #8A703A;
}
</style>
background-color css
<style>
a { background-color: #8A703A; }
a { background-color: rgb(138,112,58); }
div.DivClassName
{
background-color: #8A703A;
}
.BgClassName
{
background-color: #8A703A;
}
</style>
border-color css
<style>
span { border-color: #8A703A; }
span { border-color: rgb(138,112,58); }
td.TdClassName
{
border-color: #8A703A;
}
.TagClassName
{
border-color: #8A703A;
}
</style>