#896932

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

Shades of Corn Harvest #896932

Tints of Corn Harvest #896932

Color information

#896932 (or 0x896932) is unknown color: approx Corn Harvest. HEX triplet: 89, 69 and 32. RGB value is (137,105,50). Sum of RGB (Red+Green+Blue) = 137+105+50=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #896932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896932 is #7696CD. Grayscale: #6C6C6C. Windows color (decimal): -7771854 or 3303817. OLE color: 3303817.

HSL color Cylindrical-coordinate representation of color #896932: hue angle of 37.93º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #896932 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13710550-
CMYK00.230.640.46
HSL37.93º46.52%36.67%-
HSV(B)37.93º63.5%53.73%-
XYZ15.9415.655.2-
YUV108.395.1148.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 50 (19.92% from 255) = 17.12%
R=46.92%
G=35.96%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371055000.230.640.4637.9346.5236.67
Hex896932017402E262f25
Octal2111516202710056465745
Binary1000100111010011100100101111000000101110100110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896932; }

 p { color: rgb(137,105,50); }

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

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

 a { background-color: rgb(137,105,50); }

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

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

 span { border-color: rgb(137,105,50); }

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