Html Css Color HEX #887049 Shadow

📋 copy color: '#887049'

red 136 ◦ green 112 ◦ blue 73

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

Shades of Shadow #887049

Tints of Shadow #887049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 42.37%
G = 34.89%
B = 22.74%

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

#887049 (or 0x887049) is known color: Shadow. HEX triplet: 88, 70 and 49. RGB value is (136,112,73). Sum of RGB (Red+Green+Blue) = 136+112+73=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #887049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887049 is #778FB6. Grayscale: #727272. Windows color (decimal): -7835575 or 4812936. OLE color: 4812936.

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

Color convert

RGB 136 112 73 -
CMYK 0 0.18 0.46 0.47
HSL 37.14º 0.3% 0.41% -
HSV(B) 37.14º 0.46% 0.53% -
XYZ 17.15 17.3 8.74 -
YUV 114.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 136 112 73 0 0.18 0.46 0.47 37.14 0.3 0.41
Hex 88 70 49 0 12 2E 2F 25 1E 29
Octal 210 160 111 0 22 56 57 45 36 51
Binary 10001000 1110000 1001001 0 10010 101110 101111 100101 11110 101001

Color Harmonies of #887049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887049

Black with #887049

Text Example


Text Example

White with #887049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887049; }

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

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

background-color css

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

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

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

border-color css

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

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

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