#896B53

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

Shades of Leather #896B53

Tints of Leather #896B53

Color information

#896B53 (or 0x896B53) is unknown color: approx Leather. HEX triplet: 89, 6B and 53. RGB value is (137,107,83). Sum of RGB (Red+Green+Blue) = 137+107+83=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #896B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B53 is #7694AC. Grayscale: #717171. Windows color (decimal): -7771309 or 5467017. OLE color: 5467017.

HSL color Cylindrical-coordinate representation of color #896B53: hue angle of 26.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896B53 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB13710783-
CMYK00.220.390.46
HSL26.67º24.55%43.14%-
HSV(B)26.67º39.42%53.73%-
XYZ17.1416.4610.46-
YUV113.23110.94144.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=41.90%
G=32.72%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371078300.220.390.4626.6724.5543.14
Hex896B53016272E1b192b
Octal2111531230264756333153
Binary10001001110101110100110101101001111011101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896B53; }

 p { color: rgb(137,107,83); }

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

<style>
 a { background-color: #896B53; }

 a { background-color: rgb(137,107,83); }

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

<style>
 span { border-color: #896B53; }

 span { border-color: rgb(137,107,83); }

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