#90713A

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

Shades of Corn Harvest #90713A

Tints of Corn Harvest #90713A

Color information

#90713A (or 0x90713A) is unknown color: approx Corn Harvest. HEX triplet: 90, 71 and 3A. RGB value is (144,113,58). Sum of RGB (Red+Green+Blue) = 144+113+58=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #90713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90713A is #6F8EC5. Grayscale: #747474. Windows color (decimal): -7311046 or 3830160. OLE color: 3830160.

HSL color Cylindrical-coordinate representation of color #90713A: hue angle of 38.37º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90713A is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB14411358-
CMYK00.220.600.44
HSL38.37º42.57%39.61%-
HSV(B)38.37º59.72%56.47%-
XYZ18.1718.056.53-
YUV11695.27147.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=45.71%
G=35.87%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441135800.220.600.4438.3742.5739.61
Hex90713A0163C2C262b28
Octal220161720267454465350
Binary100100001110001111010010110111100101100100110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,113,58); }

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

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

 a { background-color: rgb(144,113,58); }

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

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

 span { border-color: rgb(144,113,58); }

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