#705B58

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

Shades of Zambezi #705B58

Tints of Zambezi #705B58

Color information

#705B58 (or 0x705B58) is unknown color: approx Zambezi. HEX triplet: 70, 5B and 58. RGB value is (112,91,88). Sum of RGB (Red+Green+Blue) = 112+91+88=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B58 is #8FA4A7. Grayscale: #606060. Windows color (decimal): -9413800 or 5790576. OLE color: 5790576.

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

Color convert

RGB1129188-
CMYK00.190.210.56
HSL7.5º12%39.22%-
HSV(B)7.5º21.43%43.92%-
XYZ12.1811.6310.84-
YUV96.94122.96138.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=38.49%
G=31.27%
B=30.24%

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
Decimal112918800.190.210.567.51239.22
Hex705B5801315388c27
Octal1601331300232570101447
Binary1110000101101110110000100111010111100010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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