#8D7254

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

Shades of Cement #8D7254

Tints of Cement #8D7254

Color information

#8D7254 (or 0x8D7254) is unknown color: approx Cement. HEX triplet: 8D, 72 and 54. RGB value is (141,114,84). Sum of RGB (Red+Green+Blue) = 141+114+84=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7254 is #728DAB. Grayscale: #767676. Windows color (decimal): -7507372 or 5534349. OLE color: 5534349.

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

Color convert

RGB14111484-
CMYK00.190.400.45
HSL31.58º25.33%44.12%-
HSV(B)31.58º40.43%55.29%-
XYZ18.618.3410.95-
YUV118.65108.45143.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.59%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=41.59%
G=33.63%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411148400.190.400.4531.5825.3344.12
Hex8D7254013282D20192c
Octal2151621240235055403154
Binary100011011110010101010001001110100010110110000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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