Shades of Corn Harvest #8B703A
Tints of Corn Harvest #8B703A
RGB
CMYK
RGB Variations
Color information
#8B703A (or 0x8B703A) is known color: Corn Harvest. HEX triplet: 8B, 70 and 3A. RGB value is (139,112,58). Sum of RGB (Red+Green+Blue) = 139+112+58=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B703A is #748FC5. Grayscale: #727272. Windows color (decimal): -7638982 or 3829899. OLE color: 3829899.
HSL color Cylindrical-coordinate representation of color #8B703A: hue angle of 40º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B703A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 58 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.45 |
| HSL | 40º | 0.41% | 0.39% | - |
| HSV(B) | 40º | 0.58% | 0.55% | - |
| XYZ | 17.21 | 17.38 | 6.45 | - |
| YUV | 113.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 58 | 0 | 0.19 | 0.58 | 0.45 | 40 | 0.41 | 0.39 |
| Hex | 8B | 70 | 3A | 0 | 13 | 3A | 2D | 28 | 29 | 27 |
| Octal | 213 | 160 | 72 | 0 | 23 | 72 | 55 | 50 | 51 | 47 |
| Binary | 10001011 | 1110000 | 111010 | 0 | 10011 | 111010 | 101101 | 101000 | 101001 | 100111 |
Color Harmonies of #8B703A
Complementary color
Monochromatic Colors of #8B703A
Black with #8B703A
Text Example
Text Example
White with #8B703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B703A; }
p { color: rgb(139,112,58); }
H1.HeaderClassName
{
color: #8B703A;
}
.AnyTagClassName
{
color: #8B703A;
}
</style>
background-color css
<style>
a { background-color: #8B703A; }
a { background-color: rgb(139,112,58); }
div.DivClassName
{
background-color: #8B703A;
}
.BgClassName
{
background-color: #8B703A;
}
</style>
border-color css
<style>
span { border-color: #8B703A; }
span { border-color: rgb(139,112,58); }
td.TdClassName
{
border-color: #8B703A;
}
.TagClassName
{
border-color: #8B703A;
}
</style>