#896C28

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

Shades of Corn Harvest #896C28

Tints of Corn Harvest #896C28

Color information

#896C28 (or 0x896C28) is unknown color: approx Corn Harvest. HEX triplet: 89, 6C and 28. RGB value is (137,108,40). Sum of RGB (Red+Green+Blue) = 137+108+40=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #896C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C28 is #7693D7. Grayscale: #6D6D6D. Windows color (decimal): -7771096 or 2649225. OLE color: 2649225.

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

Color convert

RGB13710840-
CMYK00.210.710.46
HSL42.06º54.8%34.71%-
HSV(B)42.06º70.8%53.73%-
XYZ16.0616.24.29-
YUV108.9289.11148.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=48.07%
G=37.89%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371084000.210.710.4642.0654.834.71
Hex896C28015472E2a3723
Octal2111545002510756526743
Binary1000100111011001010000101011000111101110101010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,108,40); }

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

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

 a { background-color: rgb(137,108,40); }

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

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

 span { border-color: rgb(137,108,40); }

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