#90763F

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

Shades of Corn Harvest #90763F

Tints of Corn Harvest #90763F

Color information

#90763F (or 0x90763F) is unknown color: approx Corn Harvest. HEX triplet: 90, 76 and 3F. RGB value is (144,118,63). Sum of RGB (Red+Green+Blue) = 144+118+63=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90763F is #6F89C0. Grayscale: #777777. Windows color (decimal): -7309761 or 4159120. OLE color: 4159120.

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

Color convert

RGB14411863-
CMYK00.180.560.44
HSL40.74º39.13%40.59%-
HSV(B)40.74º56.25%56.47%-
XYZ18.8819.257.42-
YUV119.596.11145.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 63 (25% from 255) = 19.38%
R=44.31%
G=36.31%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441186300.180.560.4440.7439.1340.59
Hex90763F012382C292729
Octal220166770227054514751
Binary100100001110110111111010010111000101100101001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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