#886547

Color #886547 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #886547

Tints of Dark Wood #886547

Color information

#886547 (or 0x886547) is unknown color: approx Dark Wood. HEX triplet: 88, 65 and 47. RGB value is (136,101,71). Sum of RGB (Red+Green+Blue) = 136+101+71=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #886547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886547 is #779AB8. Grayscale: #6C6C6C. Windows color (decimal): -7838393 or 4679048. OLE color: 4679048.

HSL color Cylindrical-coordinate representation of color #886547: hue angle of 27.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886547 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB13610171-
CMYK00.260.480.47
HSL27.69º31.4%40.59%-
HSV(B)27.69º47.79%53.33%-
XYZ15.94158.02-
YUV108.04107.1147.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=44.16%
G=32.79%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361017100.260.480.4727.6931.440.59
Hex88654701A302F1c1f29
Octal2101451070326057343751
Binary10001000110010110001110110101100001011111110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886547; }

 p { color: rgb(136,101,71); }

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

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

 a { background-color: rgb(136,101,71); }

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

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

 span { border-color: rgb(136,101,71); }

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