#886d38

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

Shades of Corn Harvest #886D38

Tints of Corn Harvest #886D38

Color information

#886D38 (or 0x886D38) is unknown color: approx Corn Harvest. HEX triplet: 88, 6D and 38. RGB value is (136,109,56). Sum of RGB (Red+Green+Blue) = 136+109+56=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #886D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D38 is #7792C7. Grayscale: #6F6F6F. Windows color (decimal): -7836360 or 3698056. OLE color: 3698056.

HSL color Cylindrical-coordinate representation of color #886D38: hue angle of 39.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #886D38 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB13610956-
CMYK00.200.590.47
HSL39.75º41.67%37.65%-
HSV(B)39.75º58.82%53.33%-
XYZ16.3416.466.06-
YUV111.0396.95145.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=45.18%
G=36.21%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361095600.200.590.4739.7541.6737.65
Hex886D380143B2F282a26
Octal210155700247357505246
Binary100010001101101111000010100111011101111101000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886d38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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