#715858

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

Shades of Zambezi #715858

Tints of Zambezi #715858

Color information

#715858 (or 0x715858) is unknown color: approx Zambezi. HEX triplet: 71, 58 and 58. RGB value is (113,88,88). Sum of RGB (Red+Green+Blue) = 113+88+88=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #715858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715858 is #8EA7A7. Grayscale: #5F5F5F. Windows color (decimal): -9349032 or 5789809. OLE color: 5789809.

HSL color Cylindrical-coordinate representation of color #715858: hue angle of 0º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #715858 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1138888-
CMYK00.220.220.56
HSL12.44%39.41%-
HSV(B)22.12%44.31%-
XYZ12.0611.1910.76-
YUV95.48123.78140.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=39.10%
G=30.45%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113888800.220.220.56012.4439.41
Hex71585801616380c27
Octal161130130026267001447
Binary1110001101100010110000101101011011100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715858; }

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

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

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

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

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

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

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

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