#946F29

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

Shades of Corn Harvest #946F29

Tints of Corn Harvest #946F29

Color information

#946F29 (or 0x946F29) is unknown color: approx Corn Harvest. HEX triplet: 94, 6F and 29. RGB value is (148,111,41). Sum of RGB (Red+Green+Blue) = 148+111+41=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #946F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F29 is #6B90D6. Grayscale: #727272. Windows color (decimal): -7049431 or 2715540. OLE color: 2715540.

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

Color convert

RGB14811141-
CMYK00.250.720.42
HSL39.25º56.61%37.06%-
HSV(B)39.25º72.3%58.04%-
XYZ18.317.824.57-
YUV114.0886.76152.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 111 (43.75% from 255) = 37%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=49.33%
G=37%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481114100.250.720.4239.2556.6137.06
Hex946F29019482A273925
Octal2241575103111052477145
Binary1001010011011111010010110011001000101010100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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