Html Css Color HEX #887047 Shadow

📋 copy color: '#887047'

red 136 ◦ green 112 ◦ blue 71

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

Shades of Shadow #887047

Tints of Shadow #887047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 42.63%
G = 35.11%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#887047 (or 0x887047) is known color: Shadow. HEX triplet: 88, 70 and 47. RGB value is (136,112,71). Sum of RGB (Red+Green+Blue) = 136+112+71=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #887047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887047 is #778FB8. Grayscale: #727272. Windows color (decimal): -7835577 or 4681864. OLE color: 4681864.

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

Color convert

RGB 136 112 71 -
CMYK 0 0.18 0.48 0.47
HSL 37.85º 0.31% 0.41% -
HSV(B) 37.85º 0.48% 0.53% -
XYZ 17.08 17.28 8.4 -
YUV 114.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 136 112 71 0 0.18 0.48 0.47 37.85 0.31 0.41
Hex 88 70 47 0 12 30 2F 26 1F 29
Octal 210 160 107 0 22 60 57 46 37 51
Binary 10001000 1110000 1000111 0 10010 110000 101111 100110 11111 101001

Color Harmonies of #887047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887047

Black with #887047

Text Example


Text Example

White with #887047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887047; }

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

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

background-color css

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

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

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

border-color css

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

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

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