#8D674D

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

Shades of Leather #8D674D

Tints of Leather #8D674D

Color information

#8D674D (or 0x8D674D) is unknown color: approx Leather. HEX triplet: 8D, 67 and 4D. RGB value is (141,103,77). Sum of RGB (Red+Green+Blue) = 141+103+77=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D674D is #7298B2. Grayscale: #6F6F6F. Windows color (decimal): -7510195 or 5072781. OLE color: 5072781.

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

Color convert

RGB14110377-
CMYK00.270.450.45
HSL24.37º29.36%42.75%-
HSV(B)24.37º45.39%55.29%-
XYZ17.1715.99.18-
YUV111.4108.59149.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=43.93%
G=32.09%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411037700.270.450.4524.3729.3642.75
Hex8D674D01B2D2D181d2b
Octal2151471150335555303553
Binary10001101110011110011010110111011011011011100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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