#705B59

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

Shades of Zambezi #705B59

Tints of Zambezi #705B59

Color information

#705B59 (or 0x705B59) is unknown color: approx Zambezi. HEX triplet: 70, 5B and 59. RGB value is (112,91,89). Sum of RGB (Red+Green+Blue) = 112+91+89=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B59 is #8FA4A6. Grayscale: #616161. Windows color (decimal): -9413799 or 5856112. OLE color: 5856112.

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

Color convert

RGB1129189-
CMYK00.190.210.56
HSL5.22º11.44%39.41%-
HSV(B)5.22º20.54%43.92%-
XYZ12.2311.6511.06-
YUV97.05123.46138.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=38.36%
G=31.16%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112918900.190.210.565.2211.4439.41
Hex705B5901315385b27
Octal160133131023257051347
Binary111000010110111011001010011101011110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,91,89); }

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

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

 a { background-color: rgb(112,91,89); }

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

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

 span { border-color: rgb(112,91,89); }

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