Html Css Color HEX #886248 Dark Wood

📋 copy color: '#886248'

red 136 ◦ green 98 ◦ blue 72

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

Shades of Dark Wood #886248

Tints of Dark Wood #886248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 44.44%
G = 32.03%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#886248 (or 0x886248) is known color: Dark Wood. HEX triplet: 88, 62 and 48. RGB value is (136,98,72). Sum of RGB (Red+Green+Blue) = 136+98+72=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #886248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886248 is #779DB7. Grayscale: #6A6A6A. Windows color (decimal): -7839160 or 4743816. OLE color: 4743816.

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

Color convert

RGB 136 98 72 -
CMYK 0 0.28 0.47 0.47
HSL 24.38º 0.31% 0.41% -
HSV(B) 24.38º 0.47% 0.53% -
XYZ 15.69 14.44 8.09 -
YUV 106.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 136 98 72 0 0.28 0.47 0.47 24.38 0.31 0.41
Hex 88 62 48 0 1C 2F 2F 18 1F 29
Octal 210 142 110 0 34 57 57 30 37 51
Binary 10001000 1100010 1001000 0 11100 101111 101111 11000 11111 101001

Color Harmonies of #886248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886248

Black with #886248

Text Example


Text Example

White with #886248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886248; }

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

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

background-color css

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

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

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

border-color css

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

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

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