#876B52

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

Shades of Cement #876B52

Tints of Cement #876B52

Color information

#876B52 (or 0x876B52) is unknown color: approx Cement. HEX triplet: 87, 6B and 52. RGB value is (135,107,82). Sum of RGB (Red+Green+Blue) = 135+107+82=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #876B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B52 is #7894AD. Grayscale: #707070. Windows color (decimal): -7902382 or 5401479. OLE color: 5401479.

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

Color convert

RGB13510782-
CMYK00.210.390.47
HSL28.3º24.42%42.55%-
HSV(B)28.3º39.26%52.94%-
XYZ16.7716.2810.24-
YUV112.52110.78144.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=41.67%
G=33.02%
B=25.31%

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
Decimal1351078200.210.390.4728.324.4242.55
Hex876B52015272F1c182b
Octal2071531220254757343053
Binary10000111110101110100100101011001111011111110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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