#877152

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

Shades of Shadow #877152

Tints of Shadow #877152

Color information

#877152 (or 0x877152) is unknown color: approx Shadow. HEX triplet: 87, 71 and 52. RGB value is (135,113,82). Sum of RGB (Red+Green+Blue) = 135+113+82=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #877152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877152 is #788EAD. Grayscale: #747474. Windows color (decimal): -7900846 or 5403015. OLE color: 5403015.

HSL color Cylindrical-coordinate representation of color #877152: hue angle of 35.09º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #877152 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13511382-
CMYK00.160.390.47
HSL35.09º24.42%42.55%-
HSV(B)35.09º39.26%52.94%-
XYZ17.4217.5710.46-
YUV116.04108.79141.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=40.91%
G=34.24%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351138200.160.390.4735.0924.4242.55
Hex877152010272F23182b
Octal2071611220204757433053
Binary100001111110001101001001000010011110111110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877152; }

 p { color: rgb(135,113,82); }

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

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

 a { background-color: rgb(135,113,82); }

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

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

 span { border-color: rgb(135,113,82); }

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