#896B35

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

Shades of Corn Harvest #896B35

Tints of Corn Harvest #896B35

Color information

#896B35 (or 0x896B35) is unknown color: approx Corn Harvest. HEX triplet: 89, 6B and 35. RGB value is (137,107,53). Sum of RGB (Red+Green+Blue) = 137+107+53=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #896B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B35 is #7694CA. Grayscale: #6E6E6E. Windows color (decimal): -7771339 or 3500937. OLE color: 3500937.

HSL color Cylindrical-coordinate representation of color #896B35: hue angle of 38.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #896B35 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB13710753-
CMYK00.220.610.46
HSL38.57º44.21%37.25%-
HSV(B)38.57º61.31%53.73%-
XYZ16.2216.095.62-
YUV109.8195.94147.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=46.13%
G=36.03%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371075300.220.610.4638.5744.2137.25
Hex896B350163D2E272c25
Octal211153650267556475445
Binary100010011101011110101010110111101101110100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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