#8D7554

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

Shades of Cement #8D7554

Tints of Cement #8D7554

Color information

#8D7554 (or 0x8D7554) is unknown color: approx Cement. HEX triplet: 8D, 75 and 54. RGB value is (141,117,84). Sum of RGB (Red+Green+Blue) = 141+117+84=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7554 is #728AAB. Grayscale: #787878. Windows color (decimal): -7506604 or 5535117. OLE color: 5535117.

HSL color Cylindrical-coordinate representation of color #8D7554: hue angle of 34.74º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7554 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB14111784-
CMYK00.170.400.45
HSL34.74º25.33%44.12%-
HSV(B)34.74º40.43%55.29%-
XYZ18.9519.0311.06-
YUV120.41107.45142.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=41.23%
G=34.21%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411178400.170.400.4534.7425.3344.12
Hex8D7554011282D23192c
Octal2151651240215055433154
Binary100011011110101101010001000110100010110110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,117,84); }

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

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

 a { background-color: rgb(141,117,84); }

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

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

 span { border-color: rgb(141,117,84); }

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