#88762E

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

Shades of Corn Harvest #88762E

Tints of Corn Harvest #88762E

Color information

#88762E (or 0x88762E) is unknown color: approx Corn Harvest. HEX triplet: 88, 76 and 2E. RGB value is (136,118,46). Sum of RGB (Red+Green+Blue) = 136+118+46=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88762E is #7789D1. Grayscale: #737373. Windows color (decimal): -7834066 or 3045000. OLE color: 3045000.

HSL color Cylindrical-coordinate representation of color #88762E: hue angle of 48º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88762E is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13611846-
CMYK00.130.660.47
HSL48º49.45%35.69%-
HSV(B)48º66.18%53.33%-
XYZ17.1218.395.23-
YUV115.1788.96142.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=45.33%
G=39.33%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361184600.130.660.474849.4535.69
Hex88762E0D422F303124
Octal2101665601510257606144
Binary100010001110110101110011011000010101111110000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88762E; }

 p { color: rgb(136,118,46); }

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

<style>
 a { background-color: #88762E; }

 a { background-color: rgb(136,118,46); }

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

<style>
 span { border-color: #88762E; }

 span { border-color: rgb(136,118,46); }

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