#886D35

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

Shades of Corn Harvest #886D35

Tints of Corn Harvest #886D35

Color information

#886D35 (or 0x886D35) is unknown color: approx Corn Harvest. HEX triplet: 88, 6D and 35. RGB value is (136,109,53). Sum of RGB (Red+Green+Blue) = 136+109+53=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #886D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D35 is #7792CA. Grayscale: #6E6E6E. Windows color (decimal): -7836363 or 3501448. OLE color: 3501448.

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

Color convert

RGB13610953-
CMYK00.200.610.47
HSL40.48º43.92%37.06%-
HSV(B)40.48º61.03%53.33%-
XYZ16.2616.435.68-
YUV110.6995.45146.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 109 (42.97% from 255) = 36.58%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=45.64%
G=36.58%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361095300.200.610.4740.4843.9237.06
Hex886D350143D2F282c25
Octal210155650247557505445
Binary100010001101101110101010100111101101111101000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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