#8D6F52

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

Shades of Cement #8D6F52

Tints of Cement #8D6F52

Color information

#8D6F52 (or 0x8D6F52) is unknown color: approx Cement. HEX triplet: 8D, 6F and 52. RGB value is (141,111,82). Sum of RGB (Red+Green+Blue) = 141+111+82=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F52 is #7290AD. Grayscale: #747474. Windows color (decimal): -7508142 or 5402509. OLE color: 5402509.

HSL color Cylindrical-coordinate representation of color #8D6F52: hue angle of 29.49º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D6F52 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB14111182-
CMYK00.210.420.45
HSL29.49º26.46%43.73%-
HSV(B)29.49º41.84%55.29%-
XYZ18.1917.6410.43-
YUV116.66108.44145.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=42.22%
G=33.23%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411118200.210.420.4529.4926.4643.73
Hex8D6F520152A2D1d1a2c
Octal2151571220255255353254
Binary10001101110111110100100101011010101011011110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6F52; }

 p { color: rgb(141,111,82); }

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

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

 a { background-color: rgb(141,111,82); }

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

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

 span { border-color: rgb(141,111,82); }

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