#8A6A57

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

Shades of Leather #8A6A57

Tints of Leather #8A6A57

Color information

#8A6A57 (or 0x8A6A57) is unknown color: approx Leather. HEX triplet: 8A, 6A and 57. RGB value is (138,106,87). Sum of RGB (Red+Green+Blue) = 138+106+87=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A57 is #7595A8. Grayscale: #717171. Windows color (decimal): -7706025 or 5728906. OLE color: 5728906.

HSL color Cylindrical-coordinate representation of color #8A6A57: hue angle of 22.35º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A6A57 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB13810687-
CMYK00.230.370.46
HSL22.35º22.67%44.12%-
HSV(B)22.35º36.96%54.12%-
XYZ17.3616.411.27-
YUV113.4113.1145.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=41.69%
G=32.02%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381068700.230.370.4622.3522.6744.12
Hex8A6A57017252E16172c
Octal2121521270274556262754
Binary10001010110101010101110101111001011011101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,106,87); }

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

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

 a { background-color: rgb(138,106,87); }

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

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

 span { border-color: rgb(138,106,87); }

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