#887052

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

Shades of Cement #887052

Tints of Cement #887052

Color information

#887052 (or 0x887052) is unknown color: approx Cement. HEX triplet: 88, 70 and 52. RGB value is (136,112,82). Sum of RGB (Red+Green+Blue) = 136+112+82=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #887052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887052 is #778FAD. Grayscale: #737373. Windows color (decimal): -7835566 or 5402760. OLE color: 5402760.

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

Color convert

RGB13611282-
CMYK00.180.400.47
HSL33.33º24.77%42.75%-
HSV(B)33.33º39.71%53.33%-
XYZ17.4717.4310.43-
YUV115.76108.95142.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=41.21%
G=33.94%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361128200.180.400.4733.3324.7742.75
Hex887052012282F21192b
Octal2101601220225057413153
Binary100010001110000101001001001010100010111110000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887052; }

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

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

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

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

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

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

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

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