#705858

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

Shades of Zambezi #705858

Tints of Zambezi #705858

Color information

#705858 (or 0x705858) is unknown color: approx Zambezi. HEX triplet: 70, 58 and 58. RGB value is (112,88,88). Sum of RGB (Red+Green+Blue) = 112+88+88=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #705858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705858 is #8FA7A7. Grayscale: #5F5F5F. Windows color (decimal): -9414568 or 5789808. OLE color: 5789808.

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

Color convert

RGB1128888-
CMYK00.210.210.56
HSL12%39.22%-
HSV(B)21.43%43.92%-
XYZ11.9311.1310.75-
YUV95.18123.95140-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=38.89%
G=30.56%
B=30.56%

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
Decimal112888800.210.210.5601239.22
Hex70585801515380c27
Octal160130130025257001447
Binary1110000101100010110000101011010111100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705858; }

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

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

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

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

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

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

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

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