Html Css Color HEX #887342 Shadow

📋 copy color: '#887342'

red 136 ◦ green 115 ◦ blue 66

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

Shades of Shadow #887342

Tints of Shadow #887342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 42.9%
G = 36.28%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#887342 (or 0x887342) is known color: Shadow. HEX triplet: 88, 73 and 42. RGB value is (136,115,66). Sum of RGB (Red+Green+Blue) = 136+115+66=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #887342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887342 is #778CBD. Grayscale: #737373. Windows color (decimal): -7834814 or 4354952. OLE color: 4354952.

HSL color Cylindrical-coordinate representation of color #887342: hue angle of 42º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887342 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 115 66 -
CMYK 0 0.15 0.51 0.47
HSL 42º 0.35% 0.4% -
HSV(B) 42º 0.51% 0.53% -
XYZ 17.27 17.89 7.7 -
YUV 115.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 136 115 66 0 0.15 0.51 0.47 42 0.35 0.4
Hex 88 73 42 0 F 33 2F 2A 23 28
Octal 210 163 102 0 17 63 57 52 43 50
Binary 10001000 1110011 1000010 0 1111 110011 101111 101010 100011 101000

Color Harmonies of #887342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887342

Black with #887342

Text Example


Text Example

White with #887342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887342; }

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

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

background-color css

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

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

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

border-color css

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

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

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