#896F29

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

Shades of Corn Harvest #896F29

Tints of Corn Harvest #896F29

Color information

#896F29 (or 0x896F29) is unknown color: approx Corn Harvest. HEX triplet: 89, 6F and 29. RGB value is (137,111,41). Sum of RGB (Red+Green+Blue) = 137+111+41=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #896F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F29 is #7690D6. Grayscale: #6F6F6F. Windows color (decimal): -7770327 or 2715529. OLE color: 2715529.

HSL color Cylindrical-coordinate representation of color #896F29: hue angle of 43.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #896F29 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB13711141-
CMYK00.190.700.46
HSL43.75º53.93%34.9%-
HSV(B)43.75º70.07%53.73%-
XYZ16.416.854.49-
YUV110.7988.61146.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=47.40%
G=38.41%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371114100.190.700.4643.7553.9334.9
Hex896F29013462E2c3623
Octal2111575102310656546643
Binary1000100111011111010010100111000110101110101100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896F29; }

 p { color: rgb(137,111,41); }

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

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

 a { background-color: rgb(137,111,41); }

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

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

 span { border-color: rgb(137,111,41); }

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