#876B53

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

Shades of Cement #876B53

Tints of Cement #876B53

Color information

#876B53 (or 0x876B53) is unknown color: approx Cement. HEX triplet: 87, 6B and 53. RGB value is (135,107,83). Sum of RGB (Red+Green+Blue) = 135+107+83=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #876B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B53 is #7894AC. Grayscale: #707070. Windows color (decimal): -7902381 or 5467015. OLE color: 5467015.

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

Color convert

RGB13510783-
CMYK00.210.390.47
HSL27.69º23.85%42.75%-
HSV(B)27.69º38.52%52.94%-
XYZ16.8116.2910.44-
YUV112.64111.28143.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=41.54%
G=32.92%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351078300.210.390.4727.6923.8542.75
Hex876B53015272F1c182b
Octal2071531230254757343053
Binary10000111110101110100110101011001111011111110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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