#88752A

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

Shades of Corn Harvest #88752A

Tints of Corn Harvest #88752A

Color information

#88752A (or 0x88752A) is unknown color: approx Corn Harvest. HEX triplet: 88, 75 and 2A. RGB value is (136,117,42). Sum of RGB (Red+Green+Blue) = 136+117+42=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88752A is #778AD5. Grayscale: #727272. Windows color (decimal): -7834326 or 2782600. OLE color: 2782600.

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

Color convert

RGB13611742-
CMYK00.140.690.47
HSL47.87º52.81%34.9%-
HSV(B)47.87º69.12%53.33%-
XYZ16.9318.124.8-
YUV114.1387.29143.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=46.10%
G=39.66%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361174200.140.690.4747.8752.8134.9
Hex88752A0E452F303523
Octal2101655201610557606543
Binary100010001110101101010011101000101101111110000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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