#90731E

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

Shades of Corn Harvest #90731E

Tints of Corn Harvest #90731E

Color information

#90731E (or 0x90731E) is unknown color: approx Corn Harvest. HEX triplet: 90, 73 and 1E. RGB value is (144,115,30). Sum of RGB (Red+Green+Blue) = 144+115+30=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90731E is #6F8CE1. Grayscale: #727272. Windows color (decimal): -7310562 or 1995664. OLE color: 1995664.

HSL color Cylindrical-coordinate representation of color #90731E: hue angle of 44.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90731E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB14411530-
CMYK00.200.790.44
HSL44.74º65.52%34.12%-
HSV(B)44.74º79.17%56.47%-
XYZ17.8718.283.82-
YUV113.9880.61149.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=49.83%
G=39.79%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441153000.200.790.4444.7465.5234.12
Hex90731E0144F2C2d4222
Octal22016336024117545510242
Binary1001000011100111111001010010011111011001011011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90731E; }

 p { color: rgb(144,115,30); }

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

<style>
 a { background-color: #90731E; }

 a { background-color: rgb(144,115,30); }

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

<style>
 span { border-color: #90731E; }

 span { border-color: rgb(144,115,30); }

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