#705E5A

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

Shades of Zambezi #705E5A

Tints of Zambezi #705E5A

Color information

#705E5A (or 0x705E5A) is unknown color: approx Zambezi. HEX triplet: 70, 5E and 5A. RGB value is (112,94,90). Sum of RGB (Red+Green+Blue) = 112+94+90=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E5A is #8FA1A5. Grayscale: #626262. Windows color (decimal): -9413030 or 5922416. OLE color: 5922416.

HSL color Cylindrical-coordinate representation of color #705E5A: hue angle of 10.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705E5A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1129490-
CMYK00.160.200.56
HSL10.91º10.89%39.61%-
HSV(B)10.91º19.64%43.92%-
XYZ12.5312.1911.37-
YUV98.93122.96137.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=37.84%
G=31.76%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112949000.160.200.5610.9110.8939.61
Hex705E5A0101438bb28
Octal1601361320202470131350
Binary1110000101111010110100100001010011100010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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