#705C5A

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

Shades of Zambezi #705C5A

Tints of Zambezi #705C5A

Color information

#705C5A (or 0x705C5A) is unknown color: approx Zambezi. HEX triplet: 70, 5C and 5A. RGB value is (112,92,90). Sum of RGB (Red+Green+Blue) = 112+92+90=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C5A is #8FA3A5. Grayscale: #616161. Windows color (decimal): -9413542 or 5921904. OLE color: 5921904.

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

Color convert

RGB1129290-
CMYK00.180.200.56
HSL5.45º10.89%39.61%-
HSV(B)5.45º19.64%43.92%-
XYZ12.3511.8411.31-
YUV97.75123.63138.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=38.10%
G=31.29%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112929000.180.200.565.4510.8939.61
Hex705C5A01214385b28
Octal160134132022247051350
Binary111000010111001011010010010101001110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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