#886F3A

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

Shades of Corn Harvest #886F3A

Tints of Corn Harvest #886F3A

Color information

#886F3A (or 0x886F3A) is unknown color: approx Corn Harvest. HEX triplet: 88, 6F and 3A. RGB value is (136,111,58). Sum of RGB (Red+Green+Blue) = 136+111+58=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #886F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F3A is #7790C5. Grayscale: #707070. Windows color (decimal): -7835846 or 3829640. OLE color: 3829640.

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

Color convert

RGB13611158-
CMYK00.180.570.47
HSL40.77º40.21%38.04%-
HSV(B)40.77º57.35%53.33%-
XYZ16.616.916.39-
YUV112.4397.28144.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=44.59%
G=36.39%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361115800.180.570.4740.7740.2138.04
Hex886F3A012392F292826
Octal210157720227157515046
Binary100010001101111111010010010111001101111101001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,111,58); }

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

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

 a { background-color: rgb(136,111,58); }

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

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

 span { border-color: rgb(136,111,58); }

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