Html Css Color HEX #705B59 Zambezi

📋 copy color: '#705B59'

red 112 ◦ green 91 ◦ blue 89

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

Shades of Zambezi #705B59

Tints of Zambezi #705B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

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

R = 38.36%
G = 31.16%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705B59 (or 0x705B59) is known color: Zambezi. HEX triplet: 70, 5B and 59. RGB value is (112,91,89). Sum of RGB (Red+Green+Blue) = 112+91+89=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B59 is #8FA4A6. Grayscale: #616161. Windows color (decimal): -9413799 or 5856112. OLE color: 5856112.

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

Color convert

RGB 112 91 89 -
CMYK 0 0.19 0.21 0.56
HSL 5.22º 0.11% 0.39% -
HSV(B) 5.22º 0.21% 0.44% -
XYZ 12.23 11.65 11.06 -
YUV 97.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 112 91 89 0 0.19 0.21 0.56 5.22 0.11 0.39
Hex 70 5B 59 0 13 15 38 5 B 27
Octal 160 133 131 0 23 25 70 5 13 47
Binary 1110000 1011011 1011001 0 10011 10101 111000 101 1011 100111

Color Harmonies of #705B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B59

Black with #705B59

Text Example


Text Example

White with #705B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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