#887059

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

Shades of Cement #887059

Tints of Cement #887059

Color information

#887059 (or 0x887059) is unknown color: approx Cement. HEX triplet: 88, 70 and 59. RGB value is (136,112,89). Sum of RGB (Red+Green+Blue) = 136+112+89=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #887059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887059 is #778FA6. Grayscale: #747474. Windows color (decimal): -7835559 or 5861512. OLE color: 5861512.

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

Color convert

RGB13611289-
CMYK00.180.350.47
HSL29.36º20.89%44.12%-
HSV(B)29.36º34.56%53.33%-
XYZ17.7517.5411.9-
YUV116.55112.45141.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=40.36%
G=33.23%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361128900.180.350.4729.3620.8944.12
Hex887059012232F1d152c
Octal2101601310224357352554
Binary10001000111000010110010100101000111011111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887059; }

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

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

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

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

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

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

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

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