#877059

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

Shades of Cement #877059

Tints of Cement #877059

Color information

#877059 (or 0x877059) is unknown color: approx Cement. HEX triplet: 87, 70 and 59. RGB value is (135,112,89). Sum of RGB (Red+Green+Blue) = 135+112+89=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #877059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877059 is #788FA6. Grayscale: #747474. Windows color (decimal): -7901095 or 5861511. OLE color: 5861511.

HSL color Cylindrical-coordinate representation of color #877059: hue angle of 30º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877059 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB13511289-
CMYK00.170.340.47
HSL30º20.54%43.92%-
HSV(B)30º34.07%52.94%-
XYZ17.5917.4611.89-
YUV116.26112.62141.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=40.18%
G=33.33%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351128900.170.340.473020.5443.92
Hex877059011222F1e152c
Octal2071601310214257362554
Binary10000111111000010110010100011000101011111111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877059; }

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

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

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

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

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

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

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

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