#887528

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

Shades of Corn Harvest #887528

Tints of Corn Harvest #887528

Color information

#887528 (or 0x887528) is unknown color: approx Corn Harvest. HEX triplet: 88, 75 and 28. RGB value is (136,117,40). Sum of RGB (Red+Green+Blue) = 136+117+40=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #887528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887528 is #778AD7. Grayscale: #727272. Windows color (decimal): -7834328 or 2651528. OLE color: 2651528.

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

Color convert

RGB13611740-
CMYK00.140.710.47
HSL48.12º54.55%34.51%-
HSV(B)48.12º70.59%53.33%-
XYZ16.918.114.61-
YUV113.986.29143.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=46.42%
G=39.93%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361174000.140.710.4748.1254.5534.51
Hex8875280E472F303723
Octal2101655001610757606743
Binary100010001110101101000011101000111101111110000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887528; }

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

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

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

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

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

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

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

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