#886D28

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

Shades of Corn Harvest #886D28

Tints of Corn Harvest #886D28

Color information

#886D28 (or 0x886D28) is unknown color: approx Corn Harvest. HEX triplet: 88, 6D and 28. RGB value is (136,109,40). Sum of RGB (Red+Green+Blue) = 136+109+40=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #886D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D28 is #7792D7. Grayscale: #6D6D6D. Windows color (decimal): -7836376 or 2649480. OLE color: 2649480.

HSL color Cylindrical-coordinate representation of color #886D28: hue angle of 43.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 #886D28 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB13610940-
CMYK00.200.710.47
HSL43.12º54.55%34.51%-
HSV(B)43.12º70.59%53.33%-
XYZ1616.324.31-
YUV109.2188.95147.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=47.72%
G=38.25%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361094000.200.710.4743.1254.5534.51
Hex886D28014472F2b3723
Octal2101555002410757536743
Binary1000100011011011010000101001000111101111101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886D28; }

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

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

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

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

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

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

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

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