#715857

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

Shades of Zambezi #715857

Tints of Zambezi #715857

Color information

#715857 (or 0x715857) is unknown color: approx Zambezi. HEX triplet: 71, 58 and 57. RGB value is (113,88,87). Sum of RGB (Red+Green+Blue) = 113+88+87=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #715857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715857 is #8EA7A8. Grayscale: #5F5F5F. Windows color (decimal): -9349033 or 5724273. OLE color: 5724273.

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

Color convert

RGB1138887-
CMYK00.220.230.56
HSL2.31º13%39.22%-
HSV(B)2.31º23.01%44.31%-
XYZ12.0211.1810.54-
YUV95.36123.28140.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=39.24%
G=30.56%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113888700.220.230.562.311339.22
Hex71585701617382d27
Octal161130127026277021547
Binary11100011011000101011101011010111111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715857; }

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

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

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

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

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

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

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

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