#947020

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

Shades of Corn Harvest #947020

Tints of Corn Harvest #947020

Color information

#947020 (or 0x947020) is unknown color: approx Corn Harvest. HEX triplet: 94, 70 and 20. RGB value is (148,112,32). Sum of RGB (Red+Green+Blue) = 148+112+32=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #947020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947020 is #6B8FDF. Grayscale: #717171. Windows color (decimal): -7049184 or 2125972. OLE color: 2125972.

HSL color Cylindrical-coordinate representation of color #947020: hue angle of 41.38º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #947020 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14811232-
CMYK00.240.780.42
HSL41.38º64.44%35.29%-
HSV(B)41.38º78.38%58.04%-
XYZ18.2717.993.88-
YUV113.6481.93152.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.68%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=50.68%
G=38.36%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481123200.240.780.4241.3864.4435.29
Hex9470200184E2A294023
Octal22416040030116525110043
Binary10010100111000010000001100010011101010101010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947020; }

 p { color: rgb(148,112,32); }

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

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

 a { background-color: rgb(148,112,32); }

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

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

 span { border-color: rgb(148,112,32); }

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