#8D6A48

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

Shades of Leather #8D6A48

Tints of Leather #8D6A48

Color information

#8D6A48 (or 0x8D6A48) is unknown color: approx Leather. HEX triplet: 8D, 6A and 48. RGB value is (141,106,72). Sum of RGB (Red+Green+Blue) = 141+106+72=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6A48 is #7295B7. Grayscale: #707070. Windows color (decimal): -7509432 or 4745869. OLE color: 4745869.

HSL color Cylindrical-coordinate representation of color #8D6A48: hue angle of 29.57º 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 #8D6A48 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB14110672-
CMYK00.250.490.45
HSL29.57º32.39%41.76%-
HSV(B)29.57º48.94%55.29%-
XYZ17.3116.448.39-
YUV112.59105.1148.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=44.20%
G=33.23%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411067200.250.490.4529.5732.3941.76
Hex8D6A48019312D1e202a
Octal2151521100316155364052
Binary100011011101010100100001100111000110110111110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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