Html Css Color HEX #887349 Shadow

📋 copy color: '#887349'

red 136 ◦ green 115 ◦ blue 73

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

Shades of Shadow #887349

Tints of Shadow #887349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

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

R = 41.98%
G = 35.49%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#887349 (or 0x887349) is known color: Shadow. HEX triplet: 88, 73 and 49. RGB value is (136,115,73). Sum of RGB (Red+Green+Blue) = 136+115+73=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #887349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887349 is #778CB6. Grayscale: #747474. Windows color (decimal): -7834807 or 4813704. OLE color: 4813704.

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

Color convert

RGB 136 115 73 -
CMYK 0 0.15 0.46 0.47
HSL 40º 0.3% 0.41% -
HSV(B) 40º 0.46% 0.53% -
XYZ 17.49 17.98 8.85 -
YUV 116.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 136 115 73 0 0.15 0.46 0.47 40 0.3 0.41
Hex 88 73 49 0 F 2E 2F 28 1E 29
Octal 210 163 111 0 17 56 57 50 36 51
Binary 10001000 1110011 1001001 0 1111 101110 101111 101000 11110 101001

Color Harmonies of #887349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887349

Black with #887349

Text Example


Text Example

White with #887349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887349; }

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

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

background-color css

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

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

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

border-color css

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

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

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