#8D736F

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

Shades of Ferra #8D736F

Tints of Ferra #8D736F

Color information

#8D736F (or 0x8D736F) is unknown color: approx Ferra. HEX triplet: 8D, 73 and 6F. RGB value is (141,115,111). Sum of RGB (Red+Green+Blue) = 141+115+111=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D736F is #728C90. Grayscale: #7A7A7A. Windows color (decimal): -7507089 or 7304077. OLE color: 7304077.

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

Color convert

RGB141115111-
CMYK00.180.210.45
HSL11.9%49.41%-
HSV(B)21.28%55.29%-
XYZ19.9819.0717.67-
YUV122.32121.61141.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.42%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=38.42%
G=31.34%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111511100.180.210.45811.949.41
Hex8D736F012152D8c31
Octal2151631570222555101461
Binary10001101111001111011110100101010110110110001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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