#88782D

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

Shades of Corn Harvest #88782D

Tints of Corn Harvest #88782D

Color information

#88782D (or 0x88782D) is unknown color: approx Corn Harvest. HEX triplet: 88, 78 and 2D. RGB value is (136,120,45). Sum of RGB (Red+Green+Blue) = 136+120+45=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #88782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88782D is #7787D2. Grayscale: #747474. Windows color (decimal): -7833555 or 2979976. OLE color: 2979976.

HSL color Cylindrical-coordinate representation of color #88782D: hue angle of 49.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88782D is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13612045-
CMYK00.120.670.47
HSL49.45º50.28%35.49%-
HSV(B)49.45º66.91%53.33%-
XYZ17.3418.865.21-
YUV116.2387.8142.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=45.18%
G=39.87%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361204500.120.670.4749.4550.2835.49
Hex88782D0C432F313223
Octal2101705501410357616243
Binary100010001111000101101011001000011101111110001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,120,45); }

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

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

 a { background-color: rgb(136,120,45); }

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

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

 span { border-color: rgb(136,120,45); }

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