#90753F

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

Shades of Corn Harvest #90753F

Tints of Corn Harvest #90753F

Color information

#90753F (or 0x90753F) is unknown color: approx Corn Harvest. HEX triplet: 90, 75 and 3F. RGB value is (144,117,63). Sum of RGB (Red+Green+Blue) = 144+117+63=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90753F is #6F8AC0. Grayscale: #777777. Windows color (decimal): -7310017 or 4158864. OLE color: 4158864.

HSL color Cylindrical-coordinate representation of color #90753F: hue angle of 40º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90753F is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB14411763-
CMYK00.190.560.44
HSL40º39.13%40.59%-
HSV(B)40º56.25%56.47%-
XYZ18.7619.017.38-
YUV118.9296.45145.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 63 (25% from 255) = 19.44%
R=44.44%
G=36.11%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441176300.190.560.444039.1340.59
Hex90753F013382C282729
Octal220165770237054504751
Binary100100001110101111111010011111000101100101000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90753F; }

 p { color: rgb(144,117,63); }

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

<style>
 a { background-color: #90753F; }

 a { background-color: rgb(144,117,63); }

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

<style>
 span { border-color: #90753F; }

 span { border-color: rgb(144,117,63); }

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