#8B6853

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

Shades of Leather #8B6853

Tints of Leather #8B6853

Color information

#8B6853 (or 0x8B6853) is unknown color: approx Leather. HEX triplet: 8B, 68 and 53. RGB value is (139,104,83). Sum of RGB (Red+Green+Blue) = 139+104+83=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6853 is #7497AC. Grayscale: #707070. Windows color (decimal): -7641005 or 5466251. OLE color: 5466251.

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

Color convert

RGB13910483-
CMYK00.250.400.45
HSL22.5º25.23%43.53%-
HSV(B)22.5º40.29%54.51%-
XYZ17.1616.0110.37-
YUV112.07111.6147.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=42.64%
G=31.90%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391048300.250.400.4522.525.2343.53
Hex8B6853019282D16192c
Octal2131501230315055263154
Binary10001011110100010100110110011010001011011011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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