#715A57

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

Shades of Zambezi #715A57

Tints of Zambezi #715A57

Color information

#715A57 (or 0x715A57) is unknown color: approx Zambezi. HEX triplet: 71, 5A and 57. RGB value is (113,90,87). Sum of RGB (Red+Green+Blue) = 113+90+87=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #715A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A57 is #8EA5A8. Grayscale: #606060. Windows color (decimal): -9348521 or 5724785. OLE color: 5724785.

HSL color Cylindrical-coordinate representation of color #715A57: hue angle of 6.92º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715A57 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1139087-
CMYK00.200.230.56
HSL6.92º13%39.22%-
HSV(B)6.92º23.01%44.31%-
XYZ12.1911.5110.6-
YUV96.54122.62139.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 87 (34.38% from 255) = 30%
R=38.97%
G=31.03%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113908700.200.230.566.921339.22
Hex715A5701417387d27
Octal161132127024277071547
Binary111000110110101010111010100101111110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715A57; }

 p { color: rgb(113,90,87); }

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

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

 a { background-color: rgb(113,90,87); }

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

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

 span { border-color: rgb(113,90,87); }

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