#90763A

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

Shades of Corn Harvest #90763A

Tints of Corn Harvest #90763A

Color information

#90763A (or 0x90763A) is unknown color: approx Corn Harvest. HEX triplet: 90, 76 and 3A. RGB value is (144,118,58). Sum of RGB (Red+Green+Blue) = 144+118+58=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90763A is #6F89C5. Grayscale: #777777. Windows color (decimal): -7309766 or 3831440. OLE color: 3831440.

HSL color Cylindrical-coordinate representation of color #90763A: hue angle of 41.86º 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 #90763A is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB14411858-
CMYK00.180.600.44
HSL41.86º42.57%39.61%-
HSV(B)41.86º59.72%56.47%-
XYZ18.7419.196.72-
YUV118.9393.61145.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=45%
G=36.88%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441185800.180.600.4441.8642.5739.61
Hex90763A0123C2C2a2b28
Octal220166720227454525350
Binary100100001110110111010010010111100101100101010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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