#887158

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

Shades of Cement #887158

Tints of Cement #887158

Color information

#887158 (or 0x887158) is unknown color: approx Cement. HEX triplet: 88, 71 and 58. RGB value is (136,113,88). Sum of RGB (Red+Green+Blue) = 136+113+88=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #887158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887158 is #778EA7. Grayscale: #757575. Windows color (decimal): -7835304 or 5796232. OLE color: 5796232.

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

Color convert

RGB13611388-
CMYK00.170.350.47
HSL31.25º21.43%43.92%-
HSV(B)31.25º35.29%53.33%-
XYZ17.8217.7511.72-
YUV117.03111.62141.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=40.36%
G=33.53%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361138800.170.350.4731.2521.4343.92
Hex887158011232F1f152c
Octal2101611300214357372554
Binary10001000111000110110000100011000111011111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887158; }

 p { color: rgb(136,113,88); }

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

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

 a { background-color: rgb(136,113,88); }

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

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

 span { border-color: rgb(136,113,88); }

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