#977022

Color #977022 Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #977022

Tints of Corn Harvest #977022

Color information

#977022 (or 0x977022) is unknown color: approx Corn Harvest. HEX triplet: 97, 70 and 22. RGB value is (151,112,34). Sum of RGB (Red+Green+Blue) = 151+112+34=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #977022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977022 is #688FDD. Grayscale: #737373. Windows color (decimal): -6852574 or 2257047. OLE color: 2257047.

HSL color Cylindrical-coordinate representation of color #977022: hue angle of 40º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #977022 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB15111234-
CMYK00.260.770.41
HSL40º63.24%36.27%-
HSV(B)40º77.48%59.22%-
XYZ18.8518.284.05-
YUV114.7782.42153.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=50.84%
G=37.71%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511123400.260.770.414063.2436.27
Hex97702201A4D29283f24
Octal2271604203211551507744
Binary1001011111100001000100110101001101101001101000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977022; }

 p { color: rgb(151,112,34); }

 H1.HeaderClassName
 {
   color: #977022;
 }
 .AnyTagClassName
 {
   color: #977022;
 }
</style>
background-color css

<style>
 a { background-color: #977022; }

 a { background-color: rgb(151,112,34); }

 div.DivClassName
 {
   background-color: #977022;
 }
 .BgClassName
 {
   background-color: #977022;
 }
</style>
border-color css

<style>
 span { border-color: #977022; }

 span { border-color: rgb(151,112,34); }

 td.TdClassName
 {
   border-color: #977022;
 }
 .TagClassName
 {
   border-color: #977022;
 }
</style>