#8B6957

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

Shades of Leather #8B6957

Tints of Leather #8B6957

Color information

#8B6957 (or 0x8B6957) is unknown color: approx Leather. HEX triplet: 8B, 69 and 57. RGB value is (139,105,87). Sum of RGB (Red+Green+Blue) = 139+105+87=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6957 is #7496A8. Grayscale: #717171. Windows color (decimal): -7640745 or 5728651. OLE color: 5728651.

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

Color convert

RGB13910587-
CMYK00.240.370.45
HSL20.77º23.01%44.31%-
HSV(B)20.77º37.41%54.51%-
XYZ17.4216.2811.24-
YUV113.11113.26146.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=41.99%
G=31.72%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391058700.240.370.4520.7723.0144.31
Hex8B6957018252D15172c
Octal2131511270304555252754
Binary10001011110100110101110110001001011011011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,87); }

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

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

 a { background-color: rgb(139,105,87); }

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

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

 span { border-color: rgb(139,105,87); }

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