#977526

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

Shades of Corn Harvest #977526

Tints of Corn Harvest #977526

Color information

#977526 (or 0x977526) is unknown color: approx Corn Harvest. HEX triplet: 97, 75 and 26. RGB value is (151,117,38). Sum of RGB (Red+Green+Blue) = 151+117+38=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #977526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977526 is #688AD9. Grayscale: #767676. Windows color (decimal): -6851290 or 2520471. OLE color: 2520471.

HSL color Cylindrical-coordinate representation of color #977526: hue angle of 41.95º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #977526 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15111738-
CMYK00.230.750.41
HSL41.95º59.79%37.06%-
HSV(B)41.95º74.83%59.22%-
XYZ19.4719.444.56-
YUV118.1682.76151.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=49.35%
G=38.24%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511173800.230.750.4141.9559.7937.06
Hex9775260174B292a3c25
Octal2271654602711351527445
Binary1001011111101011001100101111001011101001101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977526; }

 p { color: rgb(151,117,38); }

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

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

 a { background-color: rgb(151,117,38); }

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

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

 span { border-color: rgb(151,117,38); }

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