#88752C

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

Shades of Corn Harvest #88752C

Tints of Corn Harvest #88752C

Color information

#88752C (or 0x88752C) is unknown color: approx Corn Harvest. HEX triplet: 88, 75 and 2C. RGB value is (136,117,44). Sum of RGB (Red+Green+Blue) = 136+117+44=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88752C is #778AD3. Grayscale: #727272. Windows color (decimal): -7834324 or 2913672. OLE color: 2913672.

HSL color Cylindrical-coordinate representation of color #88752C: hue angle of 47.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88752C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13611744-
CMYK00.140.680.47
HSL47.61º51.11%35.29%-
HSV(B)47.61º67.65%53.33%-
XYZ16.9718.144.99-
YUV114.3688.29143.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=45.79%
G=39.39%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361174400.140.680.4747.6151.1135.29
Hex88752C0E442F303323
Octal2101655401610457606343
Binary100010001110101101100011101000100101111110000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88752C; }

 p { color: rgb(136,117,44); }

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

<style>
 a { background-color: #88752C; }

 a { background-color: rgb(136,117,44); }

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

<style>
 span { border-color: #88752C; }

 span { border-color: rgb(136,117,44); }

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