Html Css Color HEX #876A49 Shadow

📋 copy color: '#876A49'

red 135 ◦ green 106 ◦ blue 73

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

Shades of Shadow #876A49

Tints of Shadow #876A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

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

R = 42.99%
G = 33.76%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#876A49 (or 0x876A49) is known color: Shadow. HEX triplet: 87, 6A and 49. RGB value is (135,106,73). Sum of RGB (Red+Green+Blue) = 135+106+73=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #876A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876A49 is #7895B6. Grayscale: #6F6F6F. Windows color (decimal): -7902647 or 4811399. OLE color: 4811399.

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

Color convert

RGB 135 106 73 -
CMYK 0 0.21 0.46 0.47
HSL 31.94º 0.3% 0.41% -
HSV(B) 31.94º 0.46% 0.53% -
XYZ 16.35 15.94 8.52 -
YUV 110.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 135 106 73 0 0.21 0.46 0.47 31.94 0.3 0.41
Hex 87 6A 49 0 15 2E 2F 20 1E 29
Octal 207 152 111 0 25 56 57 40 36 51
Binary 10000111 1101010 1001001 0 10101 101110 101111 100000 11110 101001

Color Harmonies of #876A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A49

Black with #876A49

Text Example


Text Example

White with #876A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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