#946D25

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

Shades of Corn Harvest #946D25

Tints of Corn Harvest #946D25

Color information

#946D25 (or 0x946D25) is unknown color: approx Corn Harvest. HEX triplet: 94, 6D and 25. RGB value is (148,109,37). Sum of RGB (Red+Green+Blue) = 148+109+37=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #946D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D25 is #6B92DA. Grayscale: #707070. Windows color (decimal): -7049947 or 2452884. OLE color: 2452884.

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

Color convert

RGB14810937-
CMYK00.260.750.42
HSL38.92º60%36.27%-
HSV(B)38.92º75%58.04%-
XYZ18.0217.374.15-
YUV112.4585.42153.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=50.34%
G=37.07%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481093700.260.750.4238.926036.27
Hex946D2501A4B2A273c24
Octal2241554503211352477444
Binary1001010011011011001010110101001011101010100111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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