#946F22

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

Shades of Corn Harvest #946F22

Tints of Corn Harvest #946F22

Color information

#946F22 (or 0x946F22) is unknown color: approx Corn Harvest. HEX triplet: 94, 6F and 22. RGB value is (148,111,34). Sum of RGB (Red+Green+Blue) = 148+111+34=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #946F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F22 is #6B90DD. Grayscale: #717171. Windows color (decimal): -7049438 or 2256788. OLE color: 2256788.

HSL color Cylindrical-coordinate representation of color #946F22: hue angle of 40.53º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #946F22 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB14811134-
CMYK00.250.770.42
HSL40.53º62.64%35.69%-
HSV(B)40.53º77.03%58.04%-
XYZ18.1917.783.99-
YUV113.2883.26152.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=50.51%
G=37.88%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481113400.250.770.4240.5362.6435.69
Hex946F220194D2A293f24
Octal2241574203111552517744
Binary1001010011011111000100110011001101101010101001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946F22; }

 p { color: rgb(148,111,34); }

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

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

 a { background-color: rgb(148,111,34); }

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

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

 span { border-color: rgb(148,111,34); }

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