#705D59

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

Shades of Zambezi #705D59

Tints of Zambezi #705D59

Color information

#705D59 (or 0x705D59) is unknown color: approx Zambezi. HEX triplet: 70, 5D and 59. RGB value is (112,93,89). Sum of RGB (Red+Green+Blue) = 112+93+89=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D59 is #8FA2A6. Grayscale: #626262. Windows color (decimal): -9413287 or 5856624. OLE color: 5856624.

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

Color convert

RGB1129389-
CMYK00.170.210.56
HSL10.43º11.44%39.41%-
HSV(B)10.43º20.54%43.92%-
XYZ12.411.9911.11-
YUV98.22122.79137.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=38.10%
G=31.63%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112938900.170.210.5610.4311.4439.41
Hex705D590111538ab27
Octal1601351310212570121347
Binary1110000101110110110010100011010111100010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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