Shades of Corn Harvest #977A2F
Tints of Corn Harvest #977A2F
RGB
CMYK
RGB Variations
Color information
#977A2F (or 0x977A2F) is known color: Corn Harvest. HEX triplet: 97, 7A and 2F. RGB value is (151,122,47). Sum of RGB (Red+Green+Blue) = 151+122+47=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #977A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A2F is #6885D0. Grayscale: #7A7A7A. Windows color (decimal): -6850001 or 3111575. OLE color: 3111575.
HSL color Cylindrical-coordinate representation of color #977A2F: hue angle of 43.27º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #977A2F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 47 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.41 |
| HSL | 43.27º | 0.53% | 0.39% | - |
| HSV(B) | 43.27º | 0.69% | 0.59% | - |
| XYZ | 20.24 | 20.7 | 5.62 | - |
| YUV | 122.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 47 | 0 | 0.19 | 0.69 | 0.41 | 43.27 | 0.53 | 0.39 |
| Hex | 97 | 7A | 2F | 0 | 13 | 45 | 29 | 2B | 35 | 27 |
| Octal | 227 | 172 | 57 | 0 | 23 | 105 | 51 | 53 | 65 | 47 |
| Binary | 10010111 | 1111010 | 101111 | 0 | 10011 | 1000101 | 101001 | 101011 | 110101 | 100111 |
Color Harmonies of #977A2F
Complementary color
Monochromatic Colors of #977A2F
Black with #977A2F
Text Example
Text Example
White with #977A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A2F; }
p { color: rgb(151,122,47); }
H1.HeaderClassName
{
color: #977A2F;
}
.AnyTagClassName
{
color: #977A2F;
}
</style>
background-color css
<style>
a { background-color: #977A2F; }
a { background-color: rgb(151,122,47); }
div.DivClassName
{
background-color: #977A2F;
}
.BgClassName
{
background-color: #977A2F;
}
</style>
border-color css
<style>
span { border-color: #977A2F; }
span { border-color: rgb(151,122,47); }
td.TdClassName
{
border-color: #977A2F;
}
.TagClassName
{
border-color: #977A2F;
}
</style>