Html Css Color HEX #886547 Dark Wood

📋 copy color: '#886547'

red 136 ◦ green 101 ◦ blue 71

#886547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #886547

Tints of Dark Wood #886547

RGB

 RED value IS 136 (53.52% from 255) = 44.16%

 GREEN value IS 101 (39.84% from 255) = 32.79%

 BLUE value IS 71 (28.13% from 255) = 23.05%

R = 44.16%
G = 32.79%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#886547 (or 0x886547) is known color: Dark Wood. HEX triplet: 88, 65 and 47. RGB value is (136,101,71). Sum of RGB (Red+Green+Blue) = 136+101+71=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #886547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886547 is #779AB8. Grayscale: #6C6C6C. Windows color (decimal): -7838393 or 4679048. OLE color: 4679048.

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

Color convert

RGB 136 101 71 -
CMYK 0 0.26 0.48 0.47
HSL 27.69º 0.31% 0.41% -
HSV(B) 27.69º 0.48% 0.53% -
XYZ 15.94 15 8.02 -
YUV 108.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 136 101 71 0 0.26 0.48 0.47 27.69 0.31 0.41
Hex 88 65 47 0 1A 30 2F 1C 1F 29
Octal 210 145 107 0 32 60 57 34 37 51
Binary 10001000 1100101 1000111 0 11010 110000 101111 11100 11111 101001

Color Harmonies of #886547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886547

Black with #886547

Text Example


Text Example

White with #886547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886547; }

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

 H1.HeaderClassName
 {
   color: #886547;
 }
 .AnyTagClassName
 {
   color: #886547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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