#705959

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

Shades of Zambezi #705959

Tints of Zambezi #705959

Color information

#705959 (or 0x705959) is unknown color: approx 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

RGB1128989-
CMYK00.210.210.56
HSL11.44%39.41%-
HSV(B)20.54%43.92%-
XYZ12.0611.3111-
YUV95.88124.12139.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112898900.210.210.56011.4439.41
Hex70595901515380b27
Octal160131131025257001347
Binary1110000101100110110010101011010111100001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>