Html Css Color HEX #705959 Zambezi

📋 copy color: '#705959'

red 112 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #705959

Tints of Zambezi #705959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 38.62%
G = 30.69%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705959 (or 0x705959) is known color: Zambezi. HEX triplet: 70, 59 and 59. RGB value is (112,89,89). Sum of RGB (Red+Green+Blue) = 112+89+89=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705959 is #8FA6A6. Grayscale: #5F5F5F. Windows color (decimal): -9414311 or 5855600. OLE color: 5855600.

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

Color convert

RGB 112 89 89 -
CMYK 0 0.21 0.21 0.56
HSL 0.11% 0.39% -
HSV(B) 0.21% 0.44% -
XYZ 12.06 11.31 11 -
YUV 95.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 112 89 89 0 0.21 0.21 0.56 0 0.11 0.39
Hex 70 59 59 0 15 15 38 0 B 27
Octal 160 131 131 0 25 25 70 0 13 47
Binary 1110000 1011001 1011001 0 10101 10101 111000 0 1011 100111

Color Harmonies of #705959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705959

Black with #705959

Text Example


Text Example

White with #705959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705959; }

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

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

background-color css

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

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

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

border-color css

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

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

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