#876E53

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

Shades of Cement #876E53

Tints of Cement #876E53

Color information

#876E53 (or 0x876E53) is unknown color: approx Cement. HEX triplet: 87, 6E and 53. RGB value is (135,110,83). Sum of RGB (Red+Green+Blue) = 135+110+83=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #876E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E53 is #7891AC. Grayscale: #727272. Windows color (decimal): -7901613 or 5467783. OLE color: 5467783.

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

Color convert

RGB13511083-
CMYK00.190.390.47
HSL31.15º23.85%42.75%-
HSV(B)31.15º38.52%52.94%-
XYZ17.1316.9310.55-
YUV114.4110.28142.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=41.16%
G=33.54%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351108300.190.390.4731.1523.8542.75
Hex876E53013272F1f182b
Octal2071561230234757373053
Binary10000111110111010100110100111001111011111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,110,83); }

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

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

 a { background-color: rgb(135,110,83); }

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

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

 span { border-color: rgb(135,110,83); }

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