#90782A

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

Shades of Corn Harvest #90782A

Tints of Corn Harvest #90782A

Color information

#90782A (or 0x90782A) is unknown color: approx Corn Harvest. HEX triplet: 90, 78 and 2A. RGB value is (144,120,42). Sum of RGB (Red+Green+Blue) = 144+120+42=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90782A is #6F87D5. Grayscale: #767676. Windows color (decimal): -7309270 or 2783376. OLE color: 2783376.

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

Color convert

RGB14412042-
CMYK00.170.710.44
HSL45.88º54.84%36.47%-
HSV(B)45.88º70.83%56.47%-
XYZ18.6419.534.98-
YUV118.2884.95146.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 42 (16.80% from 255) = 13.73%
R=47.06%
G=39.22%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441204200.170.710.4445.8854.8436.47
Hex90782A011472C2e3724
Octal2201705202110754566744
Binary1001000011110001010100100011000111101100101110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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