#887053

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

Shades of Cement #887053

Tints of Cement #887053

Color information

#887053 (or 0x887053) is unknown color: approx Cement. HEX triplet: 88, 70 and 53. RGB value is (136,112,83). Sum of RGB (Red+Green+Blue) = 136+112+83=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #887053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887053 is #778FAC. Grayscale: #747474. Windows color (decimal): -7835565 or 5468296. OLE color: 5468296.

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

Color convert

RGB13611283-
CMYK00.180.390.47
HSL32.83º24.2%42.94%-
HSV(B)32.83º38.97%53.33%-
XYZ17.5117.4510.63-
YUV115.87109.45142.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=41.09%
G=33.84%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361128300.180.390.4732.8324.242.94
Hex887053012272F21182b
Octal2101601230224757413053
Binary100010001110000101001101001010011110111110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887053; }

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

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

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

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

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

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

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

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