#957622

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

Shades of Corn Harvest #957622

Tints of Corn Harvest #957622

Color information

#957622 (or 0x957622) is unknown color: approx Corn Harvest. HEX triplet: 95, 76 and 22. RGB value is (149,118,34). Sum of RGB (Red+Green+Blue) = 149+118+34=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #957622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957622 is #6A89DD. Grayscale: #767676. Windows color (decimal): -6982110 or 2258581. OLE color: 2258581.

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

Color convert

RGB14911834-
CMYK00.210.770.42
HSL43.83º62.84%35.88%-
HSV(B)43.83º77.18%58.43%-
XYZ19.1619.464.26-
YUV117.6980.77150.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 34 (13.67% from 255) = 11.30%
R=49.50%
G=39.20%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491183400.210.770.4243.8362.8435.88
Hex9576220154D2A2c3f24
Octal2251664202511552547744
Binary1001010111101101000100101011001101101010101100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957622; }

 p { color: rgb(149,118,34); }

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

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

 a { background-color: rgb(149,118,34); }

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

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

 span { border-color: rgb(149,118,34); }

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