#896753

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

Shades of Leather #896753

Tints of Leather #896753

Color information

#896753 (or 0x896753) is unknown color: approx Leather. HEX triplet: 89, 67 and 53. RGB value is (137,103,83). Sum of RGB (Red+Green+Blue) = 137+103+83=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #896753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896753 is #7698AC. Grayscale: #6F6F6F. Windows color (decimal): -7772333 or 5465993. OLE color: 5465993.

HSL color Cylindrical-coordinate representation of color #896753: hue angle of 22.22º 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 #896753 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB13710383-
CMYK00.250.390.46
HSL22.22º24.55%43.14%-
HSV(B)22.22º39.42%53.73%-
XYZ16.7315.6410.32-
YUV110.89112.26146.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=42.41%
G=31.89%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371038300.250.390.4622.2224.5543.14
Hex896753019272E16192b
Octal2111471230314756263153
Binary10001001110011110100110110011001111011101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896753; }

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

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

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

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

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

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

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

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