#946d22

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

Shades of Corn Harvest #946D22

Tints of Corn Harvest #946D22

Color information

#946D22 (or 0x946D22) is unknown color: approx Corn Harvest. HEX triplet: 94, 6D and 22. RGB value is (148,109,34). Sum of RGB (Red+Green+Blue) = 148+109+34=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #946D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D22 is #6B92DD. Grayscale: #707070. Windows color (decimal): -7049950 or 2256276. OLE color: 2256276.

HSL color Cylindrical-coordinate representation of color #946D22: hue angle of 39.47º 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 #946D22 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB14810934-
CMYK00.260.770.42
HSL39.47º62.64%35.69%-
HSV(B)39.47º77.03%58.04%-
XYZ17.9717.353.91-
YUV112.1183.92153.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 34 (13.67% from 255) = 11.68%
R=50.86%
G=37.46%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481093400.260.770.4239.4762.6435.69
Hex946D2201A4D2A273f24
Octal2241554203211552477744
Binary1001010011011011000100110101001101101010100111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946d22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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