#90762A

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

Shades of Corn Harvest #90762A

Tints of Corn Harvest #90762A

Color information

#90762A (or 0x90762A) is unknown color: approx Corn Harvest. HEX triplet: 90, 76 and 2A. RGB value is (144,118,42). Sum of RGB (Red+Green+Blue) = 144+118+42=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90762A is #6F89D5. Grayscale: #757575. Windows color (decimal): -7309782 or 2782864. OLE color: 2782864.

HSL color Cylindrical-coordinate representation of color #90762A: hue angle of 44.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90762A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14411842-
CMYK00.180.710.44
HSL44.71º54.84%36.47%-
HSV(B)44.71º70.83%56.47%-
XYZ18.419.054.9-
YUV117.1185.61147.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=47.37%
G=38.82%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441184200.180.710.4444.7154.8436.47
Hex90762A012472C2d3724
Octal2201665202210754556744
Binary1001000011101101010100100101000111101100101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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