#907020

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

Shades of Corn Harvest #907020

Tints of Corn Harvest #907020

Color information

#907020 (or 0x907020) is unknown color: approx Corn Harvest. HEX triplet: 90, 70 and 20. RGB value is (144,112,32). Sum of RGB (Red+Green+Blue) = 144+112+32=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #907020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907020 is #6F8FDF. Grayscale: #707070. Windows color (decimal): -7311328 or 2125968. OLE color: 2125968.

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

Color convert

RGB14411232-
CMYK00.220.780.44
HSL42.86º63.64%34.51%-
HSV(B)42.86º77.78%56.47%-
XYZ17.5617.623.84-
YUV112.4582.6150.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 32 (12.89% from 255) = 11.11%
R=50%
G=38.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441123200.220.780.4442.8663.6434.51
Hex9070200164E2C2b4023
Octal22016040026116545310043
Binary10010000111000010000001011010011101011001010111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907020; }

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

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

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

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

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

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

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

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