#94732A

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

Shades of Corn Harvest #94732A

Tints of Corn Harvest #94732A

Color information

#94732A (or 0x94732A) is unknown color: approx Corn Harvest. HEX triplet: 94, 73 and 2A. RGB value is (148,115,42). Sum of RGB (Red+Green+Blue) = 148+115+42=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94732A is #6B8CD5. Grayscale: #747474. Windows color (decimal): -7048406 or 2782100. OLE color: 2782100.

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

Color convert

RGB14811542-
CMYK00.220.720.42
HSL41.32º55.79%37.25%-
HSV(B)41.32º71.62%58.04%-
XYZ18.7618.724.82-
YUV116.5485.93150.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 42 (16.80% from 255) = 13.77%
R=48.52%
G=37.70%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481154200.220.720.4241.3255.7937.25
Hex94732A016482A293825
Octal2241635202611052517045
Binary1001010011100111010100101101001000101010101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94732A; }

 p { color: rgb(148,115,42); }

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

<style>
 a { background-color: #94732A; }

 a { background-color: rgb(148,115,42); }

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

<style>
 span { border-color: #94732A; }

 span { border-color: rgb(148,115,42); }

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