Shades of Corn Harvest #8B771E
Tints of Corn Harvest #8B771E
RGB
CMYK
RGB Variations
Color information
#8B771E (or 0x8B771E) is known color: Corn Harvest. HEX triplet: 8B, 77 and 1E. RGB value is (139,119,30). Sum of RGB (Red+Green+Blue) = 139+119+30=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B771E is #7488E1. Grayscale: #737373. Windows color (decimal): -7637218 or 1996683. OLE color: 1996683.
HSL color Cylindrical-coordinate representation of color #8B771E: hue angle of 48.99º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B771E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 30 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.45 |
| HSL | 48.99º | 0.64% | 0.33% | - |
| HSV(B) | 48.99º | 0.78% | 0.55% | - |
| XYZ | 17.48 | 18.78 | 3.93 | - |
| YUV | 114.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 30 | 0 | 0.14 | 0.78 | 0.45 | 48.99 | 0.64 | 0.33 |
| Hex | 8B | 77 | 1E | 0 | E | 4E | 2D | 31 | 40 | 21 |
| Octal | 213 | 167 | 36 | 0 | 16 | 116 | 55 | 61 | 100 | 41 |
| Binary | 10001011 | 1110111 | 11110 | 0 | 1110 | 1001110 | 101101 | 110001 | 1000000 | 100001 |
Color Harmonies of #8B771E
Complementary color
Monochromatic Colors of #8B771E
Black with #8B771E
Text Example
Text Example
White with #8B771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B771E; }
p { color: rgb(139,119,30); }
H1.HeaderClassName
{
color: #8B771E;
}
.AnyTagClassName
{
color: #8B771E;
}
</style>
background-color css
<style>
a { background-color: #8B771E; }
a { background-color: rgb(139,119,30); }
div.DivClassName
{
background-color: #8B771E;
}
.BgClassName
{
background-color: #8B771E;
}
</style>
border-color css
<style>
span { border-color: #8B771E; }
span { border-color: rgb(139,119,30); }
td.TdClassName
{
border-color: #8B771E;
}
.TagClassName
{
border-color: #8B771E;
}
</style>