#886147

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

Shades of Dark Wood #886147

Tints of Dark Wood #886147

Color information

#886147 (or 0x886147) is unknown color: approx Dark Wood. HEX triplet: 88, 61 and 47. RGB value is (136,97,71). Sum of RGB (Red+Green+Blue) = 136+97+71=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #886147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886147 is #779EB8. Grayscale: #696969. Windows color (decimal): -7839417 or 4678024. OLE color: 4678024.

HSL color Cylindrical-coordinate representation of color #886147: hue angle of 24º 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 #886147 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1369771-
CMYK00.290.480.47
HSL24º31.4%40.59%-
HSV(B)24º47.79%53.33%-
XYZ15.5714.247.89-
YUV105.7108.42149.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=44.74%
G=31.91%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136977100.290.480.472431.440.59
Hex88614701D302F181f29
Octal2101411070356057303751
Binary10001000110000110001110111011100001011111100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886147; }

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

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

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

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

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

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

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

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