#886E52

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

Shades of Cement #886E52

Tints of Cement #886E52

Color information

#886E52 (or 0x886E52) is unknown color: approx Cement. HEX triplet: 88, 6E and 52. RGB value is (136,110,82). Sum of RGB (Red+Green+Blue) = 136+110+82=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #886E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E52 is #7791AD. Grayscale: #727272. Windows color (decimal): -7836078 or 5402248. OLE color: 5402248.

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

Color convert

RGB13611082-
CMYK00.190.400.47
HSL31.11º24.77%42.75%-
HSV(B)31.11º39.71%53.33%-
XYZ17.251710.35-
YUV114.58109.61143.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 82 (32.42% from 255) = 25%
R=41.46%
G=33.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361108200.190.400.4731.1124.7742.75
Hex886E52013282F1f192b
Octal2101561220235057373153
Binary10001000110111010100100100111010001011111111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E52; }

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

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

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

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

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

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

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

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