#8B6553

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

Shades of Leather #8B6553

Tints of Leather #8B6553

Color information

#8B6553 (or 0x8B6553) is unknown color: approx Leather. HEX triplet: 8B, 65 and 53. RGB value is (139,101,83). Sum of RGB (Red+Green+Blue) = 139+101+83=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6553 is #749AAC. Grayscale: #6E6E6E. Windows color (decimal): -7641773 or 5465483. OLE color: 5465483.

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

Color convert

RGB13910183-
CMYK00.270.400.45
HSL19.29º25.23%43.53%-
HSV(B)19.29º40.29%54.51%-
XYZ16.8615.4210.27-
YUV110.31112.59148.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=43.03%
G=31.27%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391018300.270.400.4519.2925.2343.53
Hex8B655301B282D13192c
Octal2131451230335055233154
Binary10001011110010110100110110111010001011011001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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