#94712D

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

Shades of Corn Harvest #94712D

Tints of Corn Harvest #94712D

Color information

#94712D (or 0x94712D) is unknown color: approx Corn Harvest. HEX triplet: 94, 71 and 2D. RGB value is (148,113,45). Sum of RGB (Red+Green+Blue) = 148+113+45=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94712D is #6B8ED2. Grayscale: #747474. Windows color (decimal): -7048915 or 2978196. OLE color: 2978196.

HSL color Cylindrical-coordinate representation of color #94712D: hue angle of 39.61º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94712D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14811345-
CMYK00.240.700.42
HSL39.61º53.37%37.84%-
HSV(B)39.61º69.59%58.04%-
XYZ18.5918.35.03-
YUV115.7188.1151.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=48.37%
G=36.93%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481134500.240.700.4239.6153.3737.84
Hex94712D018462A283526
Octal2241615503010652506546
Binary1001010011100011011010110001000110101010101000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94712D; }

 p { color: rgb(148,113,45); }

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

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

 a { background-color: rgb(148,113,45); }

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

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

 span { border-color: rgb(148,113,45); }

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