#705A56

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

Shades of Zambezi #705A56

Tints of Zambezi #705A56

Color information

#705A56 (or 0x705A56) is unknown color: approx Zambezi. HEX triplet: 70, 5A and 56. RGB value is (112,90,86). Sum of RGB (Red+Green+Blue) = 112+90+86=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #705A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A56 is #8FA5A9. Grayscale: #606060. Windows color (decimal): -9414058 or 5659248. OLE color: 5659248.

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

Color convert

RGB1129086-
CMYK00.200.230.56
HSL9.23º13.13%38.82%-
HSV(B)9.23º23.21%43.92%-
XYZ12.0211.4310.38-
YUV96.12122.29139.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=38.89%
G=31.25%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112908600.200.230.569.2313.1338.82
Hex705A5601417389d27
Octal1601321260242770111547
Binary1110000101101010101100101001011111100010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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