Shades of Corn Harvest #977A2D
Tints of Corn Harvest #977A2D
RGB
CMYK
RGB Variations
Color information
#977A2D (or 0x977A2D) is known color: Corn Harvest. HEX triplet: 97, 7A and 2D. RGB value is (151,122,45). Sum of RGB (Red+Green+Blue) = 151+122+45=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #977A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A2D is #6885D2. Grayscale: #7A7A7A. Windows color (decimal): -6850003 or 2980503. OLE color: 2980503.
HSL color Cylindrical-coordinate representation of color #977A2D: hue angle of 43.58º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #977A2D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 45 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.41 |
| HSL | 43.58º | 0.54% | 0.38% | - |
| HSV(B) | 43.58º | 0.7% | 0.59% | - |
| XYZ | 20.2 | 20.69 | 5.41 | - |
| YUV | 121.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 45 | 0 | 0.19 | 0.70 | 0.41 | 43.58 | 0.54 | 0.38 |
| Hex | 97 | 7A | 2D | 0 | 13 | 46 | 29 | 2C | 36 | 26 |
| Octal | 227 | 172 | 55 | 0 | 23 | 106 | 51 | 54 | 66 | 46 |
| Binary | 10010111 | 1111010 | 101101 | 0 | 10011 | 1000110 | 101001 | 101100 | 110110 | 100110 |
Color Harmonies of #977A2D
Complementary color
Monochromatic Colors of #977A2D
Black with #977A2D
Text Example
Text Example
White with #977A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A2D; }
p { color: rgb(151,122,45); }
H1.HeaderClassName
{
color: #977A2D;
}
.AnyTagClassName
{
color: #977A2D;
}
</style>
background-color css
<style>
a { background-color: #977A2D; }
a { background-color: rgb(151,122,45); }
div.DivClassName
{
background-color: #977A2D;
}
.BgClassName
{
background-color: #977A2D;
}
</style>
border-color css
<style>
span { border-color: #977A2D; }
span { border-color: rgb(151,122,45); }
td.TdClassName
{
border-color: #977A2D;
}
.TagClassName
{
border-color: #977A2D;
}
</style>