#876B45

Color #876B45 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #876B45

Tints of Shadow #876B45

Color information

#876B45 (or 0x876B45) is unknown color: approx Shadow. HEX triplet: 87, 6B and 45. RGB value is (135,107,69). Sum of RGB (Red+Green+Blue) = 135+107+69=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #876B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876B45 is #7894BA. Grayscale: #6F6F6F. Windows color (decimal): -7902395 or 4549511. OLE color: 4549511.

HSL color Cylindrical-coordinate representation of color #876B45: hue angle of 34.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876B45 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB13510769-
CMYK00.210.490.47
HSL34.55º32.35%40%-
HSV(B)34.55º48.89%52.94%-
XYZ16.3216.17.88-
YUV111.04104.28145.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=43.41%
G=34.41%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351076900.210.490.4734.5532.3540
Hex876B45015312F232028
Octal2071531050256157434050
Binary1000011111010111000101010101110001101111100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,69); }

 H1.HeaderClassName
 {
   color: #876B45;
 }
 .AnyTagClassName
 {
   color: #876B45;
 }
</style>
background-color css

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

 a { background-color: rgb(135,107,69); }

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

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

 span { border-color: rgb(135,107,69); }

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