#947B34

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

Shades of Corn Harvest #947B34

Tints of Corn Harvest #947B34

Color information

#947B34 (or 0x947B34) is unknown color: approx Corn Harvest. HEX triplet: 94, 7B and 34. RGB value is (148,123,52). Sum of RGB (Red+Green+Blue) = 148+123+52=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #947B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B34 is #6B84CB. Grayscale: #7A7A7A. Windows color (decimal): -7046348 or 3439508. OLE color: 3439508.

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

Color convert

RGB14812352-
CMYK00.170.650.42
HSL44.37º48%39.22%-
HSV(B)44.37º64.86%58.04%-
XYZ19.9220.716.2-
YUV122.3888.28146.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=45.82%
G=38.08%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481235200.170.650.4244.374839.22
Hex947B34011412A2c3027
Octal2241736402110152546047
Binary1001010011110111101000100011000001101010101100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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