Shades of Corn Harvest #8B773A
Tints of Corn Harvest #8B773A
RGB
CMYK
RGB Variations
Color information
#8B773A (or 0x8B773A) is known color: Corn Harvest. HEX triplet: 8B, 77 and 3A. RGB value is (139,119,58). Sum of RGB (Red+Green+Blue) = 139+119+58=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B773A is #7488C5. Grayscale: #767676. Windows color (decimal): -7637190 or 3831691. OLE color: 3831691.
HSL color Cylindrical-coordinate representation of color #8B773A: hue angle of 45.19º 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 #8B773A is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 58 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.45 |
| HSL | 45.19º | 0.41% | 0.39% | - |
| HSV(B) | 45.19º | 0.58% | 0.55% | - |
| XYZ | 18.01 | 18.99 | 6.72 | - |
| YUV | 118.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 58 | 0 | 0.14 | 0.58 | 0.45 | 45.19 | 0.41 | 0.39 |
| Hex | 8B | 77 | 3A | 0 | E | 3A | 2D | 2D | 29 | 27 |
| Octal | 213 | 167 | 72 | 0 | 16 | 72 | 55 | 55 | 51 | 47 |
| Binary | 10001011 | 1110111 | 111010 | 0 | 1110 | 111010 | 101101 | 101101 | 101001 | 100111 |
Color Harmonies of #8B773A
Complementary color
Monochromatic Colors of #8B773A
Black with #8B773A
Text Example
Text Example
White with #8B773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B773A; }
p { color: rgb(139,119,58); }
H1.HeaderClassName
{
color: #8B773A;
}
.AnyTagClassName
{
color: #8B773A;
}
</style>
background-color css
<style>
a { background-color: #8B773A; }
a { background-color: rgb(139,119,58); }
div.DivClassName
{
background-color: #8B773A;
}
.BgClassName
{
background-color: #8B773A;
}
</style>
border-color css
<style>
span { border-color: #8B773A; }
span { border-color: rgb(139,119,58); }
td.TdClassName
{
border-color: #8B773A;
}
.TagClassName
{
border-color: #8B773A;
}
</style>