#907021

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

Shades of Corn Harvest #907021

Tints of Corn Harvest #907021

Color information

#907021 (or 0x907021) is unknown color: approx Corn Harvest. HEX triplet: 90, 70 and 21. RGB value is (144,112,33). Sum of RGB (Red+Green+Blue) = 144+112+33=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #907021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907021 is #6F8FDE. Grayscale: #707070. Windows color (decimal): -7311327 or 2191504. OLE color: 2191504.

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

Color convert

RGB14411233-
CMYK00.220.770.44
HSL42.7º62.71%34.71%-
HSV(B)42.7º77.08%56.47%-
XYZ17.5717.633.92-
YUV112.5683.1150.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=49.83%
G=38.75%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441123300.220.770.4442.762.7134.71
Hex9070210164D2C2b3f23
Octal2201604102611554537743
Binary1001000011100001000010101101001101101100101011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907021; }

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

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

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

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

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

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

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

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