#705A57

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

Shades of Zambezi #705A57

Tints of Zambezi #705A57

Color information

#705A57 (or 0x705A57) is unknown color: approx Zambezi. HEX triplet: 70, 5A and 57. RGB value is (112,90,87). Sum of RGB (Red+Green+Blue) = 112+90+87=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #705A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A57 is #8FA5A8. Grayscale: #606060. Windows color (decimal): -9414057 or 5724784. OLE color: 5724784.

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

Color convert

RGB1129087-
CMYK00.200.220.56
HSL7.2º12.56%39.02%-
HSV(B)7.2º22.32%43.92%-
XYZ12.0611.4510.59-
YUV96.24122.79139.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=38.75%
G=31.14%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112908700.200.220.567.212.5639.02
Hex705A5701416387d27
Octal160132127024267071547
Binary111000010110101010111010100101101110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A57; }

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

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

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

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

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

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

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

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