Html Css Color HEX #705D59 Zambezi

📋 copy color: '#705D59'

red 112 ◦ green 93 ◦ blue 89

#705D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #705D59

Tints of Zambezi #705D59

RGB

 RED value IS 112 (44.14% from 255) = 38.1%

 GREEN value IS 93 (36.72% from 255) = 31.63%

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 38.1%
G = 31.63%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705D59 (or 0x705D59) is known color: Zambezi. HEX triplet: 70, 5D and 59. RGB value is (112,93,89). Sum of RGB (Red+Green+Blue) = 112+93+89=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D59 is #8FA2A6. Grayscale: #626262. Windows color (decimal): -9413287 or 5856624. OLE color: 5856624.

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

Color convert

RGB 112 93 89 -
CMYK 0 0.17 0.21 0.56
HSL 10.43º 0.11% 0.39% -
HSV(B) 10.43º 0.21% 0.44% -
XYZ 12.4 11.99 11.11 -
YUV 98.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 112 93 89 0 0.17 0.21 0.56 10.43 0.11 0.39
Hex 70 5D 59 0 11 15 38 A B 27
Octal 160 135 131 0 21 25 70 12 13 47
Binary 1110000 1011101 1011001 0 10001 10101 111000 1010 1011 100111

Color Harmonies of #705D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D59

Black with #705D59

Text Example


Text Example

White with #705D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,89); }

 H1.HeaderClassName
 {
   color: #705D59;
 }
 .AnyTagClassName
 {
   color: #705D59;
 }
</style>

background-color css

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

 a { background-color: rgb(112,93,89); }

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

border-color css

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

 span { border-color: rgb(112,93,89); }

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