#886349

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

Shades of Dark Wood #886349

Tints of Dark Wood #886349

Color information

#886349 (or 0x886349) is unknown color: approx Dark Wood. HEX triplet: 88, 63 and 49. RGB value is (136,99,73). Sum of RGB (Red+Green+Blue) = 136+99+73=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #886349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886349 is #779CB6. Grayscale: #6B6B6B. Windows color (decimal): -7838903 or 4809608. OLE color: 4809608.

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

Color convert

RGB1369973-
CMYK00.270.460.47
HSL24.76º30.14%40.98%-
HSV(B)24.76º46.32%53.33%-
XYZ15.8214.648.3-
YUV107.1108.76148.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=44.16%
G=32.14%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136997300.270.460.4724.7630.1440.98
Hex88634901B2E2F191e29
Octal2101431110335657313651
Binary10001000110001110010010110111011101011111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886349; }

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

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

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

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

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

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

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

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