#946F2A

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

Shades of Corn Harvest #946F2A

Tints of Corn Harvest #946F2A

Color information

#946F2A (or 0x946F2A) is unknown color: approx Corn Harvest. HEX triplet: 94, 6F and 2A. RGB value is (148,111,42). Sum of RGB (Red+Green+Blue) = 148+111+42=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #946F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F2A is #6B90D5. Grayscale: #727272. Windows color (decimal): -7049430 or 2781076. OLE color: 2781076.

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

Color convert

RGB14811142-
CMYK00.250.720.42
HSL39.06º55.79%37.25%-
HSV(B)39.06º71.62%58.04%-
XYZ18.3217.834.67-
YUV114.287.26152.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=49.17%
G=36.88%
B=13.95%

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
Decimal1481114200.250.720.4239.0655.7937.25
Hex946F2A019482A273825
Octal2241575203111052477045
Binary1001010011011111010100110011001000101010100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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