#877053

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

Shades of Cement #877053

Tints of Cement #877053

Color information

#877053 (or 0x877053) is unknown color: approx Cement. HEX triplet: 87, 70 and 53. RGB value is (135,112,83). Sum of RGB (Red+Green+Blue) = 135+112+83=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #877053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877053 is #788FAC. Grayscale: #737373. Windows color (decimal): -7901101 or 5468295. OLE color: 5468295.

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

Color convert

RGB13511283-
CMYK00.170.390.47
HSL33.46º23.85%42.75%-
HSV(B)33.46º38.52%52.94%-
XYZ17.3517.3610.62-
YUV115.57109.62141.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=40.91%
G=33.94%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351128300.170.390.4733.4623.8542.75
Hex877053011272F21182b
Octal2071601230214757413053
Binary100001111110000101001101000110011110111110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877053; }

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

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

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

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

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

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

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

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