Html Css Color HEX #886848 Dark Wood

📋 copy color: '#886848'

red 136 ◦ green 104 ◦ blue 72

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

Shades of Dark Wood #886848

Tints of Dark Wood #886848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 43.59%
G = 33.33%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#886848 (or 0x886848) is known color: Dark Wood. HEX triplet: 88, 68 and 48. RGB value is (136,104,72). Sum of RGB (Red+Green+Blue) = 136+104+72=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #886848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886848 is #7797B7. Grayscale: #6E6E6E. Windows color (decimal): -7837624 or 4745352. OLE color: 4745352.

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

Color convert

RGB 136 104 72 -
CMYK 0 0.24 0.47 0.47
HSL 30º 0.31% 0.41% -
HSV(B) 30º 0.47% 0.53% -
XYZ 16.27 15.6 8.28 -
YUV 109.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 136 104 72 0 0.24 0.47 0.47 30 0.31 0.41
Hex 88 68 48 0 18 2F 2F 1E 1F 29
Octal 210 150 110 0 30 57 57 36 37 51
Binary 10001000 1101000 1001000 0 11000 101111 101111 11110 11111 101001

Color Harmonies of #886848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886848

Black with #886848

Text Example


Text Example

White with #886848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886848; }

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

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

background-color css

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

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

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

border-color css

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

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

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