#947628

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

Shades of Corn Harvest #947628

Tints of Corn Harvest #947628

Color information

#947628 (or 0x947628) is unknown color: approx Corn Harvest. HEX triplet: 94, 76 and 28. RGB value is (148,118,40). Sum of RGB (Red+Green+Blue) = 148+118+40=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #947628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947628 is #6B89D7. Grayscale: #767676. Windows color (decimal): -7047640 or 2651796. OLE color: 2651796.

HSL color Cylindrical-coordinate representation of color #947628: hue angle of 43.33º 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 #947628 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14811840-
CMYK00.200.730.42
HSL43.33º57.45%36.86%-
HSV(B)43.33º72.97%58.04%-
XYZ19.0719.414.75-
YUV118.0883.94149.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=48.37%
G=38.56%
B=13.07%

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
Decimal1481184000.200.730.4243.3357.4536.86
Hex947628014492A2b3925
Octal2241665002411152537145
Binary1001010011101101010000101001001001101010101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947628; }

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

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

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

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

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

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

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

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