#946F24

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

Shades of Corn Harvest #946F24

Tints of Corn Harvest #946F24

Color information

#946F24 (or 0x946F24) is unknown color: approx Corn Harvest. HEX triplet: 94, 6F and 24. RGB value is (148,111,36). Sum of RGB (Red+Green+Blue) = 148+111+36=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #946F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F24 is #6B90DB. Grayscale: #717171. Windows color (decimal): -7049436 or 2387860. OLE color: 2387860.

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

Color convert

RGB14811136-
CMYK00.250.760.42
HSL40.18º60.87%36.08%-
HSV(B)40.18º75.68%58.04%-
XYZ18.2217.794.14-
YUV113.5184.26152.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 36 (14.45% from 255) = 12.20%
R=50.17%
G=37.63%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481113600.250.760.4240.1860.8736.08
Hex946F240194C2A283d24
Octal2241574403111452507544
Binary1001010011011111001000110011001100101010101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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