#90782C

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

Shades of Corn Harvest #90782C

Tints of Corn Harvest #90782C

Color information

#90782C (or 0x90782C) is unknown color: approx Corn Harvest. HEX triplet: 90, 78 and 2C. RGB value is (144,120,44). Sum of RGB (Red+Green+Blue) = 144+120+44=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90782C is #6F87D3. Grayscale: #767676. Windows color (decimal): -7309268 or 2914448. OLE color: 2914448.

HSL color Cylindrical-coordinate representation of color #90782C: hue angle of 45.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90782C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14412044-
CMYK00.170.690.44
HSL45.6º53.19%36.86%-
HSV(B)45.6º69.44%56.47%-
XYZ18.6719.545.17-
YUV118.5185.95146.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=46.75%
G=38.96%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441204400.170.690.4445.653.1936.86
Hex90782C011452C2e3525
Octal2201705402110554566545
Binary1001000011110001011000100011000101101100101110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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