#947728

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

Shades of Corn Harvest #947728

Tints of Corn Harvest #947728

Color information

#947728 (or 0x947728) is unknown color: approx Corn Harvest. HEX triplet: 94, 77 and 28. RGB value is (148,119,40). Sum of RGB (Red+Green+Blue) = 148+119+40=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #947728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947728 is #6B88D7. Grayscale: #777777. Windows color (decimal): -7047384 or 2652052. OLE color: 2652052.

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

Color convert

RGB14811940-
CMYK00.200.730.42
HSL43.89º57.45%36.86%-
HSV(B)43.89º72.97%58.04%-
XYZ19.1919.644.79-
YUV118.6683.61148.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 40 (16.02% from 255) = 13.03%
R=48.21%
G=38.76%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481194000.200.730.4243.8957.4536.86
Hex947728014492A2c3925
Octal2241675002411152547145
Binary1001010011101111010000101001001001101010101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947728; }

 p { color: rgb(148,119,40); }

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

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

 a { background-color: rgb(148,119,40); }

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

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

 span { border-color: rgb(148,119,40); }

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