#887152

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

Shades of Cement #887152

Tints of Cement #887152

Color information

#887152 (or 0x887152) is unknown color: approx Cement. HEX triplet: 88, 71 and 52. RGB value is (136,113,82). Sum of RGB (Red+Green+Blue) = 136+113+82=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #887152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887152 is #778EAD. Grayscale: #747474. Windows color (decimal): -7835310 or 5403016. OLE color: 5403016.

HSL color Cylindrical-coordinate representation of color #887152: hue angle of 34.44º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887152 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13611382-
CMYK00.170.400.47
HSL34.44º24.77%42.75%-
HSV(B)34.44º39.71%53.33%-
XYZ17.5817.6510.46-
YUV116.34108.62142.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=41.09%
G=34.14%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361138200.170.400.4734.4424.7742.75
Hex887152011282F22192b
Octal2101611220215057423153
Binary100010001110001101001001000110100010111110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887152; }

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

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

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

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

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

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

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

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