Html Css Color HEX #876C49 Shadow

📋 copy color: '#876C49'

red 135 ◦ green 108 ◦ blue 73

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

Shades of Shadow #876C49

Tints of Shadow #876C49

RGB

 RED value IS 135 (53.13% from 255) = 42.72%

 GREEN value IS 108 (42.58% from 255) = 34.18%

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

R = 42.72%
G = 34.18%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#876C49 (or 0x876C49) is known color: Shadow. HEX triplet: 87, 6C and 49. RGB value is (135,108,73). Sum of RGB (Red+Green+Blue) = 135+108+73=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #876C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876C49 is #7893B6. Grayscale: #707070. Windows color (decimal): -7902135 or 4811911. OLE color: 4811911.

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

Color convert

RGB 135 108 73 -
CMYK 0 0.2 0.46 0.47
HSL 33.87º 0.3% 0.41% -
HSV(B) 33.87º 0.46% 0.53% -
XYZ 16.56 16.36 8.59 -
YUV 112.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 135 108 73 0 0.2 0.46 0.47 33.87 0.3 0.41
Hex 87 6C 49 0 14 2E 2F 22 1E 29
Octal 207 154 111 0 24 56 57 42 36 51
Binary 10000111 1101100 1001001 0 10100 101110 101111 100010 11110 101001

Color Harmonies of #876C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C49

Black with #876C49

Text Example


Text Example

White with #876C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876C49; }

 p { color: rgb(135,108,73); }

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

background-color css

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

 a { background-color: rgb(135,108,73); }

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

border-color css

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

 span { border-color: rgb(135,108,73); }

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