Shades of Corn Harvest #8A703B
Tints of Corn Harvest #8A703B
RGB
CMYK
RGB Variations
Color information
#8A703B (or 0x8A703B) is known color: Corn Harvest. HEX triplet: 8A, 70 and 3B. RGB value is (138,112,59). Sum of RGB (Red+Green+Blue) = 138+112+59=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A703B is #758FC4. Grayscale: #717171. Windows color (decimal): -7704517 or 3895434. OLE color: 3895434.
HSL color Cylindrical-coordinate representation of color #8A703B: hue angle of 40.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A703B is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 59 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.46 |
| HSL | 40.25º | 0.4% | 0.39% | - |
| HSV(B) | 40.25º | 0.57% | 0.54% | - |
| XYZ | 17.06 | 17.31 | 6.58 | - |
| YUV | 113.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 59 | 0 | 0.19 | 0.57 | 0.46 | 40.25 | 0.4 | 0.39 |
| Hex | 8A | 70 | 3B | 0 | 13 | 39 | 2E | 28 | 28 | 27 |
| Octal | 212 | 160 | 73 | 0 | 23 | 71 | 56 | 50 | 50 | 47 |
| Binary | 10001010 | 1110000 | 111011 | 0 | 10011 | 111001 | 101110 | 101000 | 101000 | 100111 |
Color Harmonies of #8A703B
Complementary color
Monochromatic Colors of #8A703B
Black with #8A703B
Text Example
Text Example
White with #8A703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A703B; }
p { color: rgb(138,112,59); }
H1.HeaderClassName
{
color: #8A703B;
}
.AnyTagClassName
{
color: #8A703B;
}
</style>
background-color css
<style>
a { background-color: #8A703B; }
a { background-color: rgb(138,112,59); }
div.DivClassName
{
background-color: #8A703B;
}
.BgClassName
{
background-color: #8A703B;
}
</style>
border-color css
<style>
span { border-color: #8A703B; }
span { border-color: rgb(138,112,59); }
td.TdClassName
{
border-color: #8A703B;
}
.TagClassName
{
border-color: #8A703B;
}
</style>