#90763B

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

Shades of Corn Harvest #90763B

Tints of Corn Harvest #90763B

Color information

#90763B (or 0x90763B) is unknown color: approx Corn Harvest. HEX triplet: 90, 76 and 3B. RGB value is (144,118,59). Sum of RGB (Red+Green+Blue) = 144+118+59=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90763B is #6F89C4. Grayscale: #777777. Windows color (decimal): -7309765 or 3896976. OLE color: 3896976.

HSL color Cylindrical-coordinate representation of color #90763B: hue angle of 41.65º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90763B is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB14411859-
CMYK00.180.590.44
HSL41.65º41.87%39.8%-
HSV(B)41.65º59.03%56.47%-
XYZ18.7719.26.85-
YUV119.0594.11145.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=44.86%
G=36.76%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441185900.180.590.4441.6541.8739.8
Hex90763B0123B2C2a2a28
Octal220166730227354525250
Binary100100001110110111011010010111011101100101010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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