#94722D

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

Shades of Corn Harvest #94722D

Tints of Corn Harvest #94722D

Color information

#94722D (or 0x94722D) is unknown color: approx Corn Harvest. HEX triplet: 94, 72 and 2D. RGB value is (148,114,45). Sum of RGB (Red+Green+Blue) = 148+114+45=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94722D is #6B8DD2. Grayscale: #747474. Windows color (decimal): -7048659 or 2978452. OLE color: 2978452.

HSL color Cylindrical-coordinate representation of color #94722D: hue angle of 40.19º 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 #94722D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14811445-
CMYK00.230.700.42
HSL40.19º53.37%37.84%-
HSV(B)40.19º69.59%58.04%-
XYZ18.718.525.07-
YUV116.387.76150.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 45 (17.97% from 255) = 14.66%
R=48.21%
G=37.13%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481144500.230.700.4240.1953.3737.84
Hex94722D017462A283526
Octal2241625502710652506546
Binary1001010011100101011010101111000110101010101000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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