#715A56

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

Shades of Zambezi #715A56

Tints of Zambezi #715A56

Color information

#715A56 (or 0x715A56) is unknown color: approx Zambezi. HEX triplet: 71, 5A and 56. RGB value is (113,90,86). Sum of RGB (Red+Green+Blue) = 113+90+86=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #715A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A56 is #8EA5A9. Grayscale: #606060. Windows color (decimal): -9348522 or 5659249. OLE color: 5659249.

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

Color convert

RGB1139086-
CMYK00.200.240.56
HSL8.89º13.57%39.02%-
HSV(B)8.89º23.89%44.31%-
XYZ12.1511.4910.38-
YUV96.42122.12139.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=39.10%
G=31.14%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113908600.200.240.568.8913.5739.02
Hex715A5601418389e27
Octal1611321260243070111647
Binary1110001101101010101100101001100011100010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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