#8B6753

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

Shades of Leather #8B6753

Tints of Leather #8B6753

Color information

#8B6753 (or 0x8B6753) is unknown color: approx Leather. HEX triplet: 8B, 67 and 53. RGB value is (139,103,83). Sum of RGB (Red+Green+Blue) = 139+103+83=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6753 is #7498AC. Grayscale: #6F6F6F. Windows color (decimal): -7641261 or 5465995. OLE color: 5465995.

HSL color Cylindrical-coordinate representation of color #8B6753: hue angle of 21.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6753 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13910383-
CMYK00.260.400.45
HSL21.43º25.23%43.53%-
HSV(B)21.43º40.29%54.51%-
XYZ17.0615.8110.34-
YUV111.48111.93147.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=42.77%
G=31.69%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391038300.260.400.4521.4325.2343.53
Hex8B675301A282D15192c
Octal2131471230325055253154
Binary10001011110011110100110110101010001011011010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,103,83); }

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

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

 a { background-color: rgb(139,103,83); }

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

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

 span { border-color: rgb(139,103,83); }

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