#947429

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

Shades of Corn Harvest #947429

Tints of Corn Harvest #947429

Color information

#947429 (or 0x947429) is unknown color: approx Corn Harvest. HEX triplet: 94, 74 and 29. RGB value is (148,116,41). Sum of RGB (Red+Green+Blue) = 148+116+41=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #947429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947429 is #6B8BD6. Grayscale: #757575. Windows color (decimal): -7048151 or 2716820. OLE color: 2716820.

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

Color convert

RGB14811641-
CMYK00.220.720.42
HSL42.06º56.61%37.06%-
HSV(B)42.06º72.3%58.04%-
XYZ18.8618.954.76-
YUV117.0285.1150.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=48.52%
G=38.03%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481164100.220.720.4242.0656.6137.06
Hex947429016482A2a3925
Octal2241645102611052527145
Binary1001010011101001010010101101001000101010101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947429; }

 p { color: rgb(148,116,41); }

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

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

 a { background-color: rgb(148,116,41); }

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

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

 span { border-color: rgb(148,116,41); }

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