Html Css Color HEX #886D48 Shadow

📋 copy color: '#886D48'

red 136 ◦ green 109 ◦ blue 72

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

Shades of Shadow #886D48

Tints of Shadow #886D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

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

R = 42.9%
G = 34.38%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#886D48 (or 0x886D48) is known color: Shadow. HEX triplet: 88, 6D and 48. RGB value is (136,109,72). Sum of RGB (Red+Green+Blue) = 136+109+72=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #886D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D48 is #7792B7. Grayscale: #717171. Windows color (decimal): -7836344 or 4746632. OLE color: 4746632.

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

Color convert

RGB 136 109 72 -
CMYK 0 0.20 0.47 0.47
HSL 34.69º 0.31% 0.41% -
HSV(B) 34.69º 0.47% 0.53% -
XYZ 16.79 16.64 8.46 -
YUV 112.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 136 109 72 0 0.20 0.47 0.47 34.69 0.31 0.41
Hex 88 6D 48 0 14 2F 2F 23 1F 29
Octal 210 155 110 0 24 57 57 43 37 51
Binary 10001000 1101101 1001000 0 10100 101111 101111 100011 11111 101001

Color Harmonies of #886D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D48

Black with #886D48

Text Example


Text Example

White with #886D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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