#886249

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

Shades of Dark Wood #886249

Tints of Dark Wood #886249

Color information

#886249 (or 0x886249) is unknown color: approx Dark Wood. HEX triplet: 88, 62 and 49. RGB value is (136,98,73). Sum of RGB (Red+Green+Blue) = 136+98+73=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #886249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886249 is #779DB6. Grayscale: #6A6A6A. Windows color (decimal): -7839159 or 4809352. OLE color: 4809352.

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

Color convert

RGB1369873-
CMYK00.280.460.47
HSL23.81º30.14%40.98%-
HSV(B)23.81º46.32%53.33%-
XYZ15.7214.458.26-
YUV106.51109.09149.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=44.30%
G=31.92%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136987300.280.460.4723.8130.1440.98
Hex88624901C2E2F181e29
Octal2101421110345657303651
Binary10001000110001010010010111001011101011111100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886249; }

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

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

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

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

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

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

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

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