#715F5E

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

Shades of Zambezi #715F5E

Tints of Zambezi #715F5E

Color information

#715F5E (or 0x715F5E) is unknown color: approx Zambezi. HEX triplet: 71, 5F and 5E. RGB value is (113,95,94). Sum of RGB (Red+Green+Blue) = 113+95+94=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F5E is #8EA0A1. Grayscale: #646464. Windows color (decimal): -9347234 or 6184817. OLE color: 6184817.

HSL color Cylindrical-coordinate representation of color #715F5E: hue angle of 3.16º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #715F5E is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1139594-
CMYK00.160.170.56
HSL3.16º9.18%40.59%-
HSV(B)3.16º16.81%44.31%-
XYZ12.9212.512.32-
YUV100.27124.46137.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=37.42%
G=31.46%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113959400.160.170.563.169.1840.59
Hex715F5E01011383929
Octal161137136020217031151
Binary11100011011111101111001000010001111000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,95,94); }

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

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

 a { background-color: rgb(113,95,94); }

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

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

 span { border-color: rgb(113,95,94); }

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