Html Css Color HEX #886F49 Shadow

📋 copy color: '#886F49'

red 136 ◦ green 111 ◦ blue 73

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

Shades of Shadow #886F49

Tints of Shadow #886F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 42.5%
G = 34.69%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#886F49 (or 0x886F49) is known color: Shadow. HEX triplet: 88, 6F and 49. RGB value is (136,111,73). Sum of RGB (Red+Green+Blue) = 136+111+73=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #886F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F49 is #7790B6. Grayscale: #727272. Windows color (decimal): -7835831 or 4812680. OLE color: 4812680.

HSL color Cylindrical-coordinate representation of color #886F49: hue angle of 36.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886F49 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 111 73 -
CMYK 0 0.18 0.46 0.47
HSL 36.19º 0.3% 0.41% -
HSV(B) 36.19º 0.46% 0.53% -
XYZ 17.04 17.08 8.7 -
YUV 114.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 136 111 73 0 0.18 0.46 0.47 36.19 0.3 0.41
Hex 88 6F 49 0 12 2E 2F 24 1E 29
Octal 210 157 111 0 22 56 57 44 36 51
Binary 10001000 1101111 1001001 0 10010 101110 101111 100100 11110 101001

Color Harmonies of #886F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F49

Black with #886F49

Text Example


Text Example

White with #886F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,111,73); }

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

background-color css

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

 a { background-color: rgb(136,111,73); }

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

border-color css

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

 span { border-color: rgb(136,111,73); }

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