Html Css Color HEX #886247 Dark Wood

📋 copy color: '#886247'

red 136 ◦ green 98 ◦ blue 71

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

Shades of Dark Wood #886247

Tints of Dark Wood #886247

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.13% from 255) = 23.28%

R = 44.59%
G = 32.13%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#886247 (or 0x886247) is known color: 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

RGB 136 98 71 -
CMYK 0 0.28 0.48 0.47
HSL 24.92º 0.31% 0.41% -
HSV(B) 24.92º 0.48% 0.53% -
XYZ 15.66 14.42 7.92 -
YUV 106.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 136 98 71 0 0.28 0.48 0.47 24.92 0.31 0.41
Hex 88 62 47 0 1C 30 2F 19 1F 29
Octal 210 142 107 0 34 60 57 31 37 51
Binary 10001000 1100010 1000111 0 11100 110000 101111 11001 11111 101001

Color Harmonies of #886247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886247

Black with #886247

Text Example


Text Example

White with #886247

Text Example


Text Example

HTML Codes & Css Web 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>