#8D714F

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

Shades of Cement #8D714F

Tints of Cement #8D714F

Color information

#8D714F (or 0x8D714F) is unknown color: approx Cement. HEX triplet: 8D, 71 and 4F. RGB value is (141,113,79). Sum of RGB (Red+Green+Blue) = 141+113+79=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D714F is #728EB0. Grayscale: #757575. Windows color (decimal): -7507633 or 5206413. OLE color: 5206413.

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

Color convert

RGB14111379-
CMYK00.200.440.45
HSL32.9º28.18%43.14%-
HSV(B)32.9º43.97%55.29%-
XYZ18.318.049.91-
YUV117.5106.28144.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=42.34%
G=33.93%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411137900.200.440.4532.928.1843.14
Hex8D714F0142C2D211c2b
Octal2151611170245455413453
Binary100011011110001100111101010010110010110110000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,79); }

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

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

 a { background-color: rgb(141,113,79); }

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

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

 span { border-color: rgb(141,113,79); }

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