#8D674C

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

Shades of Leather #8D674C

Tints of Leather #8D674C

Color information

#8D674C (or 0x8D674C) is unknown color: approx Leather. HEX triplet: 8D, 67 and 4C. RGB value is (141,103,76). Sum of RGB (Red+Green+Blue) = 141+103+76=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D674C is #7298B3. Grayscale: #6F6F6F. Windows color (decimal): -7510196 or 5007245. OLE color: 5007245.

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

Color convert

RGB14110376-
CMYK00.270.460.45
HSL24.92º29.95%42.55%-
HSV(B)24.92º46.1%55.29%-
XYZ17.1415.899-
YUV111.28108.09149.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.06%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=44.06%
G=32.19%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411037600.270.460.4524.9229.9542.55
Hex8D674C01B2E2D191e2b
Octal2151471140335655313653
Binary10001101110011110011000110111011101011011100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,103,76); }

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

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

 a { background-color: rgb(141,103,76); }

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

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

 span { border-color: rgb(141,103,76); }

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