#94742B

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

Shades of Corn Harvest #94742B

Tints of Corn Harvest #94742B

Color information

#94742B (or 0x94742B) is unknown color: approx Corn Harvest. HEX triplet: 94, 74 and 2B. RGB value is (148,116,43). Sum of RGB (Red+Green+Blue) = 148+116+43=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94742B is #6B8BD4. Grayscale: #757575. Windows color (decimal): -7048149 or 2847892. OLE color: 2847892.

HSL color Cylindrical-coordinate representation of color #94742B: hue angle of 41.71º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94742B is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14811643-
CMYK00.220.710.42
HSL41.71º54.97%37.45%-
HSV(B)41.71º70.95%58.04%-
XYZ18.8918.964.95-
YUV117.2586.1149.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=48.21%
G=37.79%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481164300.220.710.4241.7154.9737.45
Hex94742B016472A2a3725
Octal2241645302610752526745
Binary1001010011101001010110101101000111101010101010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94742B; }

 p { color: rgb(148,116,43); }

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

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

 a { background-color: rgb(148,116,43); }

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

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

 span { border-color: rgb(148,116,43); }

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