#947331

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

Shades of Corn Harvest #947331

Tints of Corn Harvest #947331

Color information

#947331 (or 0x947331) is unknown color: approx Corn Harvest. HEX triplet: 94, 73 and 31. RGB value is (148,115,49). Sum of RGB (Red+Green+Blue) = 148+115+49=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #947331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947331 is #6B8CCE. Grayscale: #757575. Windows color (decimal): -7048399 or 3240852. OLE color: 3240852.

HSL color Cylindrical-coordinate representation of color #947331: hue angle of 40º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #947331 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14811549-
CMYK00.220.670.42
HSL40º50.25%38.63%-
HSV(B)40º66.89%58.04%-
XYZ18.918.785.53-
YUV117.3489.43149.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 49 (19.53% from 255) = 15.71%
R=47.44%
G=36.86%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481154900.220.670.424050.2538.63
Hex947331016432A283227
Octal2241636102610352506247
Binary1001010011100111100010101101000011101010101000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947331; }

 p { color: rgb(148,115,49); }

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

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

 a { background-color: rgb(148,115,49); }

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

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

 span { border-color: rgb(148,115,49); }

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