#957732

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

Shades of Corn Harvest #957732

Tints of Corn Harvest #957732

Color information

#957732 (or 0x957732) is unknown color: approx Corn Harvest. HEX triplet: 95, 77 and 32. RGB value is (149,119,50). Sum of RGB (Red+Green+Blue) = 149+119+50=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #957732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957732 is #6A88CD. Grayscale: #787878. Windows color (decimal): -6981838 or 3307413. OLE color: 3307413.

HSL color Cylindrical-coordinate representation of color #957732: hue angle of 41.82º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #957732 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14911950-
CMYK00.200.660.42
HSL41.82º49.75%39.02%-
HSV(B)41.82º66.44%58.43%-
XYZ19.5719.815.81-
YUV120.188.44148.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=46.86%
G=37.42%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491195000.200.660.4241.8249.7539.02
Hex957732014422A2a3227
Octal2251676202410252526247
Binary1001010111101111100100101001000010101010101010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957732; }

 p { color: rgb(149,119,50); }

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

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

 a { background-color: rgb(149,119,50); }

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

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

 span { border-color: rgb(149,119,50); }

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