#946F1F

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

Shades of Corn Harvest #946F1F

Tints of Corn Harvest #946F1F

Color information

#946F1F (or 0x946F1F) is unknown color: approx Corn Harvest. HEX triplet: 94, 6F and 1F. RGB value is (148,111,31). Sum of RGB (Red+Green+Blue) = 148+111+31=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #946F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F1F is #6B90E0. Grayscale: #717171. Windows color (decimal): -7049441 or 2060180. OLE color: 2060180.

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

Color convert

RGB14811131-
CMYK00.250.790.42
HSL41.03º65.36%35.1%-
HSV(B)41.03º79.05%58.04%-
XYZ18.1417.763.77-
YUV112.9481.76153-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=51.03%
G=38.28%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481113100.250.790.4241.0365.3635.1
Hex946F1F0194F2A294123
Octal22415737031117525110143
Binary1001010011011111111101100110011111010101010011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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