#8D674A

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

Shades of Leather #8D674A

Tints of Leather #8D674A

Color information

#8D674A (or 0x8D674A) is unknown color: approx Leather. HEX triplet: 8D, 67 and 4A. RGB value is (141,103,74). Sum of RGB (Red+Green+Blue) = 141+103+74=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D674A is #7298B5. Grayscale: #6F6F6F. Windows color (decimal): -7510198 or 4876173. OLE color: 4876173.

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

Color convert

RGB14110374-
CMYK00.270.480.45
HSL25.97º31.16%42.16%-
HSV(B)25.97º47.52%55.29%-
XYZ17.0715.868.64-
YUV111.06107.09149.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=44.34%
G=32.39%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411037400.270.480.4525.9731.1642.16
Hex8D674A01B302D1a1f2a
Octal2151471120336055323752
Binary10001101110011110010100110111100001011011101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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