#896750

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

Shades of Leather #896750

Tints of Leather #896750

Color information

#896750 (or 0x896750) is unknown color: approx Leather. HEX triplet: 89, 67 and 50. RGB value is (137,103,80). Sum of RGB (Red+Green+Blue) = 137+103+80=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896750 is #7698AF. Grayscale: #6E6E6E. Windows color (decimal): -7772336 or 5269385. OLE color: 5269385.

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

Color convert

RGB13710380-
CMYK00.250.420.46
HSL24.21º26.27%42.55%-
HSV(B)24.21º41.61%53.73%-
XYZ16.6115.69.72-
YUV110.54110.76146.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 80 (31.64% from 255) = 25%
R=42.81%
G=32.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371038000.250.420.4624.2126.2742.55
Hex8967500192A2E181a2b
Octal2111471200315256303253
Binary10001001110011110100000110011010101011101100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896750; }

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

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

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

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

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

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

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

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