#947A3A

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

Shades of Corn Harvest #947A3A

Tints of Corn Harvest #947A3A

Color information

#947A3A (or 0x947A3A) is unknown color: approx Corn Harvest. HEX triplet: 94, 7A and 3A. RGB value is (148,122,58). Sum of RGB (Red+Green+Blue) = 148+122+58=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #947A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A3A is #6B85C5. Grayscale: #7A7A7A. Windows color (decimal): -7046598 or 3832468. OLE color: 3832468.

HSL color Cylindrical-coordinate representation of color #947A3A: hue angle of 42.67º 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 #947A3A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14812258-
CMYK00.180.610.42
HSL42.67º43.69%40.39%-
HSV(B)42.67º60.81%58.04%-
XYZ19.9420.526.91-
YUV122.4891.61146.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=45.12%
G=37.20%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481225800.180.610.4242.6743.6940.39
Hex947A3A0123D2A2b2c28
Octal224172720227552535450
Binary100101001111010111010010010111101101010101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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