#947220

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

Shades of Corn Harvest #947220

Tints of Corn Harvest #947220

Color information

#947220 (or 0x947220) is unknown color: approx Corn Harvest. HEX triplet: 94, 72 and 20. RGB value is (148,114,32). Sum of RGB (Red+Green+Blue) = 148+114+32=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #947220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947220 is #6B8DDF. Grayscale: #737373. Windows color (decimal): -7048672 or 2126484. OLE color: 2126484.

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

Color convert

RGB14811432-
CMYK00.230.780.42
HSL42.41º64.44%35.29%-
HSV(B)42.41º78.38%58.04%-
XYZ18.4918.433.95-
YUV114.8281.26151.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=50.34%
G=38.78%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481143200.230.780.4242.4164.4435.29
Hex9472200174E2A2a4023
Octal22416240027116525210043
Binary10010100111001010000001011110011101010101010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947220; }

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

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

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

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

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

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

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

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