#94762D

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

Shades of Corn Harvest #94762D

Tints of Corn Harvest #94762D

Color information

#94762D (or 0x94762D) is unknown color: approx Corn Harvest. HEX triplet: 94, 76 and 2D. RGB value is (148,118,45). Sum of RGB (Red+Green+Blue) = 148+118+45=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94762D is #6B89D2. Grayscale: #767676. Windows color (decimal): -7047635 or 2979476. OLE color: 2979476.

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

Color convert

RGB14811845-
CMYK00.200.700.42
HSL42.52º53.37%37.84%-
HSV(B)42.52º69.59%58.04%-
XYZ19.1619.445.23-
YUV118.6586.44148.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=47.59%
G=37.94%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481184500.200.700.4242.5253.3737.84
Hex94762D014462A2b3526
Octal2241665502410652536546
Binary1001010011101101011010101001000110101010101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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