Shades of Corn Harvest #977A2E
Tints of Corn Harvest #977A2E
RGB
CMYK
RGB Variations
Color information
#977A2E (or 0x977A2E) is known color: Corn Harvest. HEX triplet: 97, 7A and 2E. RGB value is (151,122,46). Sum of RGB (Red+Green+Blue) = 151+122+46=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #977A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A2E is #6885D1. Grayscale: #7A7A7A. Windows color (decimal): -6850002 or 3046039. OLE color: 3046039.
HSL color Cylindrical-coordinate representation of color #977A2E: hue angle of 43.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #977A2E is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 46 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.41 |
| HSL | 43.43º | 0.53% | 0.39% | - |
| HSV(B) | 43.43º | 0.7% | 0.59% | - |
| XYZ | 20.22 | 20.7 | 5.51 | - |
| YUV | 122.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 46 | 0 | 0.19 | 0.70 | 0.41 | 43.43 | 0.53 | 0.39 |
| Hex | 97 | 7A | 2E | 0 | 13 | 46 | 29 | 2B | 35 | 27 |
| Octal | 227 | 172 | 56 | 0 | 23 | 106 | 51 | 53 | 65 | 47 |
| Binary | 10010111 | 1111010 | 101110 | 0 | 10011 | 1000110 | 101001 | 101011 | 110101 | 100111 |
Color Harmonies of #977A2E
Complementary color
Monochromatic Colors of #977A2E
Black with #977A2E
Text Example
Text Example
White with #977A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A2E; }
p { color: rgb(151,122,46); }
H1.HeaderClassName
{
color: #977A2E;
}
.AnyTagClassName
{
color: #977A2E;
}
</style>
background-color css
<style>
a { background-color: #977A2E; }
a { background-color: rgb(151,122,46); }
div.DivClassName
{
background-color: #977A2E;
}
.BgClassName
{
background-color: #977A2E;
}
</style>
border-color css
<style>
span { border-color: #977A2E; }
span { border-color: rgb(151,122,46); }
td.TdClassName
{
border-color: #977A2E;
}
.TagClassName
{
border-color: #977A2E;
}
</style>