#8D6948

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

Shades of Leather #8D6948

Tints of Leather #8D6948

Color information

#8D6948 (or 0x8D6948) is unknown color: approx Leather. HEX triplet: 8D, 69 and 48. RGB value is (141,105,72). Sum of RGB (Red+Green+Blue) = 141+105+72=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6948 is #7296B7. Grayscale: #707070. Windows color (decimal): -7509688 or 4745613. OLE color: 4745613.

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

Color convert

RGB14110572-
CMYK00.260.490.45
HSL28.7º32.39%41.76%-
HSV(B)28.7º48.94%55.29%-
XYZ17.2116.238.36-
YUV112105.43148.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=44.34%
G=33.02%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411057200.260.490.4528.732.3941.76
Hex8D694801A312D1d202a
Octal2151511100326155354052
Binary100011011101001100100001101011000110110111101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,72); }

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

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

 a { background-color: rgb(141,105,72); }

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

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

 span { border-color: rgb(141,105,72); }

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