#8D7658

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

Shades of Cement #8D7658

Tints of Cement #8D7658

Color information

#8D7658 (or 0x8D7658) is unknown color: approx Cement. HEX triplet: 8D, 76 and 58. RGB value is (141,118,88). Sum of RGB (Red+Green+Blue) = 141+118+88=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7658 is #7289A7. Grayscale: #797979. Windows color (decimal): -7506344 or 5797517. OLE color: 5797517.

HSL color Cylindrical-coordinate representation of color #8D7658: hue angle of 33.96º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D7658 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14111888-
CMYK00.160.380.45
HSL33.96º23.14%44.9%-
HSV(B)33.96º37.59%55.29%-
XYZ19.2219.3211.95-
YUV121.46109.12141.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=40.63%
G=34.01%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411188800.160.380.4533.9623.1444.9
Hex8D7658010262D22172d
Octal2151661300204655422755
Binary100011011110110101100001000010011010110110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,88); }

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

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

 a { background-color: rgb(141,118,88); }

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

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

 span { border-color: rgb(141,118,88); }

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