#896B32

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

Shades of Corn Harvest #896B32

Tints of Corn Harvest #896B32

Color information

#896B32 (or 0x896B32) is unknown color: approx Corn Harvest. HEX triplet: 89, 6B and 32. RGB value is (137,107,50). Sum of RGB (Red+Green+Blue) = 137+107+50=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #896B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B32 is #7694CD. Grayscale: #6D6D6D. Windows color (decimal): -7771342 or 3304329. OLE color: 3304329.

HSL color Cylindrical-coordinate representation of color #896B32: hue angle of 39.31º 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 #896B32 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13710750-
CMYK00.220.640.46
HSL39.31º46.52%36.67%-
HSV(B)39.31º63.5%53.73%-
XYZ16.1516.065.27-
YUV109.4794.44147.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=46.60%
G=36.39%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371075000.220.640.4639.3146.5236.67
Hex896B32016402E272f25
Octal2111536202610056475745
Binary1000100111010111100100101101000000101110100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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