Shades of Corn Harvest #8B773E
Tints of Corn Harvest #8B773E
RGB
CMYK
RGB Variations
Color information
#8B773E (or 0x8B773E) is known color: Corn Harvest. HEX triplet: 8B, 77 and 3E. RGB value is (139,119,62). Sum of RGB (Red+Green+Blue) = 139+119+62=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B773E is #7488C1. Grayscale: #767676. Windows color (decimal): -7637186 or 4093835. OLE color: 4093835.
HSL color Cylindrical-coordinate representation of color #8B773E: hue angle of 44.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B773E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 62 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.45 |
| HSL | 44.42º | 0.38% | 0.39% | - |
| HSV(B) | 44.42º | 0.55% | 0.55% | - |
| XYZ | 18.11 | 19.03 | 7.28 | - |
| YUV | 118.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 62 | 0 | 0.14 | 0.55 | 0.45 | 44.42 | 0.38 | 0.39 |
| Hex | 8B | 77 | 3E | 0 | E | 37 | 2D | 2C | 26 | 27 |
| Octal | 213 | 167 | 76 | 0 | 16 | 67 | 55 | 54 | 46 | 47 |
| Binary | 10001011 | 1110111 | 111110 | 0 | 1110 | 110111 | 101101 | 101100 | 100110 | 100111 |
Color Harmonies of #8B773E
Complementary color
Monochromatic Colors of #8B773E
Black with #8B773E
Text Example
Text Example
White with #8B773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B773E; }
p { color: rgb(139,119,62); }
H1.HeaderClassName
{
color: #8B773E;
}
.AnyTagClassName
{
color: #8B773E;
}
</style>
background-color css
<style>
a { background-color: #8B773E; }
a { background-color: rgb(139,119,62); }
div.DivClassName
{
background-color: #8B773E;
}
.BgClassName
{
background-color: #8B773E;
}
</style>
border-color css
<style>
span { border-color: #8B773E; }
span { border-color: rgb(139,119,62); }
td.TdClassName
{
border-color: #8B773E;
}
.TagClassName
{
border-color: #8B773E;
}
</style>