#88772F

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

Shades of Corn Harvest #88772F

Tints of Corn Harvest #88772F

Color information

#88772F (or 0x88772F) is unknown color: approx Corn Harvest. HEX triplet: 88, 77 and 2F. RGB value is (136,119,47). Sum of RGB (Red+Green+Blue) = 136+119+47=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #88772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88772F is #7788D0. Grayscale: #747474. Windows color (decimal): -7833809 or 3110792. OLE color: 3110792.

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

Color convert

RGB13611947-
CMYK00.120.650.47
HSL48.54º48.63%35.88%-
HSV(B)48.54º65.44%53.33%-
XYZ17.2618.635.38-
YUV115.8889.13142.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=45.03%
G=39.40%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361194700.120.650.4748.5448.6335.88
Hex88772F0C412F313124
Octal2101675701410157616144
Binary100010001110111101111011001000001101111110001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88772F; }

 p { color: rgb(136,119,47); }

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

<style>
 a { background-color: #88772F; }

 a { background-color: rgb(136,119,47); }

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

<style>
 span { border-color: #88772F; }

 span { border-color: rgb(136,119,47); }

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