#90751F

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

Shades of Corn Harvest #90751F

Tints of Corn Harvest #90751F

Color information

#90751F (or 0x90751F) is unknown color: approx Corn Harvest. HEX triplet: 90, 75 and 1F. RGB value is (144,117,31). Sum of RGB (Red+Green+Blue) = 144+117+31=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90751F is #6F8AE0. Grayscale: #737373. Windows color (decimal): -7310049 or 2061712. OLE color: 2061712.

HSL color Cylindrical-coordinate representation of color #90751F: hue angle of 45.66º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90751F is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB14411731-
CMYK00.190.780.44
HSL45.66º64.57%34.31%-
HSV(B)45.66º78.47%56.47%-
XYZ18.1118.753.96-
YUV115.2780.45148.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 31 (12.5% from 255) = 10.62%
R=49.32%
G=40.07%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441173100.190.780.4445.6664.5734.31
Hex90751F0134E2C2e4122
Octal22016537023116545610142
Binary1001000011101011111101001110011101011001011101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,117,31); }

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

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

 a { background-color: rgb(144,117,31); }

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

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

 span { border-color: rgb(144,117,31); }

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