#715B59

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

Shades of Zambezi #715B59

Tints of Zambezi #715B59

Color information

#715B59 (or 0x715B59) is unknown color: approx Zambezi. HEX triplet: 71, 5B and 59. RGB value is (113,91,89). Sum of RGB (Red+Green+Blue) = 113+91+89=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #715B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B59 is #8EA4A6. Grayscale: #616161. Windows color (decimal): -9348263 or 5856113. OLE color: 5856113.

HSL color Cylindrical-coordinate representation of color #715B59: hue angle of 5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715B59 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1139189-
CMYK00.190.210.56
HSL11.88%39.61%-
HSV(B)21.24%44.31%-
XYZ12.3511.7111.06-
YUV97.35123.29139.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=38.57%
G=31.06%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113918900.190.210.56511.8839.61
Hex715B5901315385c28
Octal161133131023257051450
Binary111000110110111011001010011101011110001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,91,89); }

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

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

 a { background-color: rgb(113,91,89); }

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

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

 span { border-color: rgb(113,91,89); }

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