#907025

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

Shades of Corn Harvest #907025

Tints of Corn Harvest #907025

Color information

#907025 (or 0x907025) is unknown color: approx Corn Harvest. HEX triplet: 90, 70 and 25. RGB value is (144,112,37). Sum of RGB (Red+Green+Blue) = 144+112+37=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #907025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907025 is #6F8FDA. Grayscale: #717171. Windows color (decimal): -7311323 or 2453648. OLE color: 2453648.

HSL color Cylindrical-coordinate representation of color #907025: hue angle of 42.06º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #907025 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB14411237-
CMYK00.220.740.44
HSL42.06º59.12%35.49%-
HSV(B)42.06º74.31%56.47%-
XYZ17.6317.654.23-
YUV113.0285.1150.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=49.15%
G=38.23%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441123700.220.740.4442.0659.1235.49
Hex9070250164A2C2a3b23
Octal2201604502611254527343
Binary1001000011100001001010101101001010101100101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907025; }

 p { color: rgb(144,112,37); }

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

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

 a { background-color: rgb(144,112,37); }

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

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

 span { border-color: rgb(144,112,37); }

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