#715957

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

Shades of Zambezi #715957

Tints of Zambezi #715957

Color information

#715957 (or 0x715957) is unknown color: approx Zambezi. HEX triplet: 71, 59 and 57. RGB value is (113,89,87). Sum of RGB (Red+Green+Blue) = 113+89+87=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #715957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715957 is #8EA6A8. Grayscale: #5F5F5F. Windows color (decimal): -9348777 or 5724529. OLE color: 5724529.

HSL color Cylindrical-coordinate representation of color #715957: hue angle of 4.62º 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 #715957 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1138987-
CMYK00.210.230.56
HSL4.62º13%39.22%-
HSV(B)4.62º23.01%44.31%-
XYZ12.111.3410.57-
YUV95.95122.95140.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=39.10%
G=30.80%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113898700.210.230.564.621339.22
Hex71595701517385d27
Octal161131127025277051547
Binary111000110110011010111010101101111110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715957; }

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

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

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

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

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

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

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

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