#887256

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

Shades of Cement #887256

Tints of Cement #887256

Color information

#887256 (or 0x887256) is unknown color: approx Cement. HEX triplet: 88, 72 and 56. RGB value is (136,114,86). Sum of RGB (Red+Green+Blue) = 136+114+86=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #887256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887256 is #778DA9. Grayscale: #757575. Windows color (decimal): -7835050 or 5665416. OLE color: 5665416.

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

Color convert

RGB13611486-
CMYK00.160.370.47
HSL33.6º22.52%43.53%-
HSV(B)33.6º36.76%53.33%-
XYZ17.8517.9411.33-
YUV117.39110.29141.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=40.48%
G=33.93%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361148600.160.370.4733.622.5243.53
Hex887256010252F22172c
Octal2101621260204557422754
Binary100010001110010101011001000010010110111110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887256; }

 p { color: rgb(136,114,86); }

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

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

 a { background-color: rgb(136,114,86); }

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

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

 span { border-color: rgb(136,114,86); }

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