#715E5E

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

Shades of Zambezi #715E5E

Tints of Zambezi #715E5E

Color information

#715E5E (or 0x715E5E) is unknown color: approx Zambezi. HEX triplet: 71, 5E and 5E. RGB value is (113,94,94). Sum of RGB (Red+Green+Blue) = 113+94+94=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #715E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E5E is #8EA1A1. Grayscale: #636363. Windows color (decimal): -9347490 or 6184561. OLE color: 6184561.

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

Color convert

RGB1139494-
CMYK00.170.170.56
HSL9.18%40.59%-
HSV(B)16.81%44.31%-
XYZ12.8312.3212.29-
YUV99.68124.79137.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=37.54%
G=31.23%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113949400.170.170.5609.1840.59
Hex715E5E01111380929
Octal161136136021217001151
Binary1110001101111010111100100011000111100001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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