#715A59

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

Shades of Zambezi #715A59

Tints of Zambezi #715A59

Color information

#715A59 (or 0x715A59) is unknown color: approx Zambezi. HEX triplet: 71, 5A and 59. RGB value is (113,90,89). Sum of RGB (Red+Green+Blue) = 113+90+89=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A59 is #8EA5A6. Grayscale: #606060. Windows color (decimal): -9348519 or 5855857. OLE color: 5855857.

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

Color convert

RGB1139089-
CMYK00.200.210.56
HSL2.5º11.88%39.61%-
HSV(B)2.5º21.24%44.31%-
XYZ12.2711.5411.03-
YUV96.76123.62139.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=38.70%
G=30.82%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113908900.200.210.562.511.8839.61
Hex715A5901415383c28
Octal161132131024257031450
Binary11100011011010101100101010010101111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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