#877848

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

Shades of Shadow #877848

Tints of Shadow #877848

Color information

#877848 (or 0x877848) is unknown color: approx Shadow. HEX triplet: 87, 78 and 48. RGB value is (135,120,72). Sum of RGB (Red+Green+Blue) = 135+120+72=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #877848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877848 is #7887B7. Grayscale: #777777. Windows color (decimal): -7899064 or 4749447. OLE color: 4749447.

HSL color Cylindrical-coordinate representation of color #877848: hue angle of 45.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #877848 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13512072-
CMYK00.110.470.47
HSL45.71º30.43%40.59%-
HSV(B)45.71º46.67%52.94%-
XYZ17.8819.058.87-
YUV119.01101.47139.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=41.28%
G=36.70%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351207200.110.470.4745.7130.4340.59
Hex8778480B2F2F2e1e29
Octal2071701100135757563651
Binary10000111111100010010000101110111110111110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877848; }

 p { color: rgb(135,120,72); }

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

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

 a { background-color: rgb(135,120,72); }

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

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

 span { border-color: rgb(135,120,72); }

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