#896F38

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

Shades of Corn Harvest #896F38

Tints of Corn Harvest #896F38

Color information

#896F38 (or 0x896F38) is unknown color: approx Corn Harvest. HEX triplet: 89, 6F and 38. RGB value is (137,111,56). Sum of RGB (Red+Green+Blue) = 137+111+56=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #896F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F38 is #7690C7. Grayscale: #707070. Windows color (decimal): -7770312 or 3698569. OLE color: 3698569.

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

Color convert

RGB13711156-
CMYK00.190.590.46
HSL40.74º41.97%37.84%-
HSV(B)40.74º59.12%53.73%-
XYZ16.7116.976.14-
YUV112.596.11145.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=45.07%
G=36.51%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371115600.190.590.4640.7441.9737.84
Hex896F380133B2E292a26
Octal211157700237356515246
Binary100010011101111111000010011111011101110101001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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