#886248

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

Shades of Dark Wood #886248

Tints of Dark Wood #886248

Color information

#886248 (or 0x886248) is unknown color: approx Dark Wood. HEX triplet: 88, 62 and 48. RGB value is (136,98,72). Sum of RGB (Red+Green+Blue) = 136+98+72=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #886248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886248 is #779DB7. Grayscale: #6A6A6A. Windows color (decimal): -7839160 or 4743816. OLE color: 4743816.

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

Color convert

RGB1369872-
CMYK00.280.470.47
HSL24.37º30.77%40.78%-
HSV(B)24.37º47.06%53.33%-
XYZ15.6914.448.09-
YUV106.4108.59149.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=44.44%
G=32.03%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136987200.280.470.4724.3730.7740.78
Hex88624801C2F2F181f29
Octal2101421100345757303751
Binary10001000110001010010000111001011111011111100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886248; }

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

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

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

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

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

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

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

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