#705857

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

Shades of Zambezi #705857

Tints of Zambezi #705857

Color information

#705857 (or 0x705857) is unknown color: approx Zambezi. HEX triplet: 70, 58 and 57. RGB value is (112,88,87). Sum of RGB (Red+Green+Blue) = 112+88+87=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705857 is #8FA7A8. Grayscale: #5F5F5F. Windows color (decimal): -9414569 or 5724272. OLE color: 5724272.

HSL color Cylindrical-coordinate representation of color #705857: hue angle of 2.4º degrees, saturation: 0.13, 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 #705857 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1128887-
CMYK00.210.220.56
HSL2.4º12.56%39.02%-
HSV(B)2.4º22.32%43.92%-
XYZ11.8911.1110.53-
YUV95.06123.45140.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=39.02%
G=30.66%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112888700.210.220.562.412.5639.02
Hex70585701516382d27
Octal160130127025267021547
Binary11100001011000101011101010110110111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705857; }

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

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

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

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

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

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

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

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