#705F5E

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

Shades of Zambezi #705F5E

Tints of Zambezi #705F5E

Color information

#705F5E (or 0x705F5E) is unknown color: approx Zambezi. HEX triplet: 70, 5F and 5E. RGB value is (112,95,94). Sum of RGB (Red+Green+Blue) = 112+95+94=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F5E is #8FA0A1. Grayscale: #636363. Windows color (decimal): -9412770 or 6184816. OLE color: 6184816.

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

Color convert

RGB1129594-
CMYK00.150.160.56
HSL3.33º8.74%40.39%-
HSV(B)3.33º16.07%43.92%-
XYZ12.7912.4412.32-
YUV99.97124.63136.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=37.21%
G=31.56%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112959400.150.160.563.338.7440.39
Hex705F5E0F10383928
Octal160137136017207031150
Binary1110000101111110111100111110000111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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