#946D2A

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

Shades of Corn Harvest #946D2A

Tints of Corn Harvest #946D2A

Color information

#946D2A (or 0x946D2A) is unknown color: approx Corn Harvest. HEX triplet: 94, 6D and 2A. RGB value is (148,109,42). Sum of RGB (Red+Green+Blue) = 148+109+42=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #946D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D2A is #6B92D5. Grayscale: #717171. Windows color (decimal): -7049942 or 2780564. OLE color: 2780564.

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

Color convert

RGB14810942-
CMYK00.260.720.42
HSL37.92º55.79%37.25%-
HSV(B)37.92º71.62%58.04%-
XYZ18.117.44.6-
YUV113.0287.92152.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=49.50%
G=36.45%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481094200.260.720.4237.9255.7937.25
Hex946D2A01A482A263825
Octal2241555203211052467045
Binary1001010011011011010100110101001000101010100110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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