#896B30

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

Shades of Corn Harvest #896B30

Tints of Corn Harvest #896B30

Color information

#896B30 (or 0x896B30) is unknown color: approx Corn Harvest. HEX triplet: 89, 6B and 30. RGB value is (137,107,48). Sum of RGB (Red+Green+Blue) = 137+107+48=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #896B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B30 is #7694CF. Grayscale: #6D6D6D. Windows color (decimal): -7771344 or 3173257. OLE color: 3173257.

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

Color convert

RGB13710748-
CMYK00.220.650.46
HSL39.78º48.11%36.27%-
HSV(B)39.78º64.96%53.73%-
XYZ16.1116.055.04-
YUV109.2493.44147.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=46.92%
G=36.64%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371074800.220.650.4639.7848.1136.27
Hex896B30016412E283024
Octal2111536002610156506044
Binary1000100111010111100000101101000001101110101000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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