#89712D

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

Shades of Corn Harvest #89712D

Tints of Corn Harvest #89712D

Color information

#89712D (or 0x89712D) is unknown color: approx Corn Harvest. HEX triplet: 89, 71 and 2D. RGB value is (137,113,45). Sum of RGB (Red+Green+Blue) = 137+113+45=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89712D is #768ED2. Grayscale: #707070. Windows color (decimal): -7769811 or 2978185. OLE color: 2978185.

HSL color Cylindrical-coordinate representation of color #89712D: hue angle of 44.35º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89712D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB13711345-
CMYK00.180.670.46
HSL44.35º50.55%35.69%-
HSV(B)44.35º67.15%53.73%-
XYZ16.717.324.95-
YUV112.4289.95145.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=46.44%
G=38.31%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371134500.180.670.4644.3550.5535.69
Hex89712D012432E2c3324
Octal2111615502210356546344
Binary1000100111100011011010100101000011101110101100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89712D; }

 p { color: rgb(137,113,45); }

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

<style>
 a { background-color: #89712D; }

 a { background-color: rgb(137,113,45); }

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

<style>
 span { border-color: #89712D; }

 span { border-color: rgb(137,113,45); }

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