Html Css Color HEX #876949 Shadow

📋 copy color: '#876949'

red 135 ◦ green 105 ◦ blue 73

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

Shades of Shadow #876949

Tints of Shadow #876949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 43.13%
G = 33.55%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#876949 (or 0x876949) is known color: Shadow. HEX triplet: 87, 69 and 49. RGB value is (135,105,73). Sum of RGB (Red+Green+Blue) = 135+105+73=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #876949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876949 is #7896B6. Grayscale: #6E6E6E. Windows color (decimal): -7902903 or 4811143. OLE color: 4811143.

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

Color convert

RGB 135 105 73 -
CMYK 0 0.22 0.46 0.47
HSL 30.97º 0.3% 0.41% -
HSV(B) 30.97º 0.46% 0.53% -
XYZ 16.25 15.74 8.48 -
YUV 110.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 135 105 73 0 0.22 0.46 0.47 30.97 0.3 0.41
Hex 87 69 49 0 16 2E 2F 1F 1E 29
Octal 207 151 111 0 26 56 57 37 36 51
Binary 10000111 1101001 1001001 0 10110 101110 101111 11111 11110 101001

Color Harmonies of #876949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876949

Black with #876949

Text Example


Text Example

White with #876949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876949; }

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

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

background-color css

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

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

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

border-color css

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

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

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