#715C5A

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

Shades of Zambezi #715C5A

Tints of Zambezi #715C5A

Color information

#715C5A (or 0x715C5A) is unknown color: approx Zambezi. HEX triplet: 71, 5C and 5A. RGB value is (113,92,90). Sum of RGB (Red+Green+Blue) = 113+92+90=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #715C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C5A is #8EA3A5. Grayscale: #626262. Windows color (decimal): -9348006 or 5921905. OLE color: 5921905.

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

Color convert

RGB1139290-
CMYK00.190.200.56
HSL5.22º11.33%39.8%-
HSV(B)5.22º20.35%44.31%-
XYZ12.4811.911.31-
YUV98.05123.46138.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=38.31%
G=31.19%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113929000.190.200.565.2211.3339.8
Hex715C5A01314385b28
Octal161134132023247051350
Binary111000110111001011010010011101001110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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