#947B3C

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

Shades of Corn Harvest #947B3C

Tints of Corn Harvest #947B3C

Color information

#947B3C (or 0x947B3C) is unknown color: approx Corn Harvest. HEX triplet: 94, 7B and 3C. RGB value is (148,123,60). Sum of RGB (Red+Green+Blue) = 148+123+60=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B3C is #6B84C3. Grayscale: #7B7B7B. Windows color (decimal): -7046340 or 3963796. OLE color: 3963796.

HSL color Cylindrical-coordinate representation of color #947B3C: hue angle of 42.95º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #947B3C is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14812360-
CMYK00.170.590.42
HSL42.95º42.31%40.78%-
HSV(B)42.95º59.46%58.04%-
XYZ20.1120.797.23-
YUV123.2992.28145.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 123 (48.44% from 255) = 37.16%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=44.71%
G=37.16%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481236000.170.590.4242.9542.3140.78
Hex947B3C0113B2A2b2a29
Octal224173740217352535251
Binary100101001111011111100010001111011101010101011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,60); }

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

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

 a { background-color: rgb(148,123,60); }

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

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

 span { border-color: rgb(148,123,60); }

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