#947C3A

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

Shades of Corn Harvest #947C3A

Tints of Corn Harvest #947C3A

Color information

#947C3A (or 0x947C3A) is unknown color: approx Corn Harvest. HEX triplet: 94, 7C and 3A. RGB value is (148,124,58). Sum of RGB (Red+Green+Blue) = 148+124+58=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #947C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C3A is #6B83C5. Grayscale: #7B7B7B. Windows color (decimal): -7046086 or 3832980. OLE color: 3832980.

HSL color Cylindrical-coordinate representation of color #947C3A: hue angle of 44º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #947C3A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14812458-
CMYK00.160.610.42
HSL44º43.69%40.39%-
HSV(B)44º60.81%58.04%-
XYZ20.1821.027-
YUV123.6590.95145.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=44.85%
G=37.58%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481245800.160.610.424443.6940.39
Hex947C3A0103D2A2c2c28
Octal224174720207552545450
Binary100101001111100111010010000111101101010101100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947C3A; }

 p { color: rgb(148,124,58); }

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

<style>
 a { background-color: #947C3A; }

 a { background-color: rgb(148,124,58); }

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

<style>
 span { border-color: #947C3A; }

 span { border-color: rgb(148,124,58); }

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