#886247

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

Shades of Dark Wood #886247

Tints of Dark Wood #886247

Color information

#886247 (or 0x886247) is unknown color: approx Dark Wood. HEX triplet: 88, 62 and 47. RGB value is (136,98,71). Sum of RGB (Red+Green+Blue) = 136+98+71=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #886247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886247 is #779DB8. Grayscale: #6A6A6A. Windows color (decimal): -7839161 or 4678280. OLE color: 4678280.

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

Color convert

RGB1369871-
CMYK00.280.480.47
HSL24.92º31.4%40.59%-
HSV(B)24.92º47.79%53.33%-
XYZ15.6614.427.92-
YUV106.28108.09149.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=44.59%
G=32.13%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136987100.280.480.4724.9231.440.59
Hex88624701C302F191f29
Octal2101421070346057313751
Binary10001000110001010001110111001100001011111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886247; }

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

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

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

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

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

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

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

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