Html Css Color HEX #705958 Zambezi

📋 copy color: '#705958'

red 112 ◦ green 89 ◦ blue 88

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

Shades of Zambezi #705958

Tints of Zambezi #705958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 38.75%
G = 30.8%
B = 30.45%

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

#705958 (or 0x705958) is known color: Zambezi. HEX triplet: 70, 59 and 58. RGB value is (112,89,88). Sum of RGB (Red+Green+Blue) = 112+89+88=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #705958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705958 is #8FA6A7. Grayscale: #5F5F5F. Windows color (decimal): -9414312 or 5790064. OLE color: 5790064.

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

Color convert

RGB 112 89 88 -
CMYK 0 0.21 0.21 0.56
HSL 2.5º 0.12% 0.39% -
HSV(B) 2.5º 0.21% 0.44% -
XYZ 12.02 11.29 10.78 -
YUV 95.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 112 89 88 0 0.21 0.21 0.56 2.5 0.12 0.39
Hex 70 59 58 0 15 15 38 2 C 27
Octal 160 131 130 0 25 25 70 2 14 47
Binary 1110000 1011001 1011000 0 10101 10101 111000 10 1100 100111

Color Harmonies of #705958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705958

Black with #705958

Text Example


Text Example

White with #705958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705958; }

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

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

background-color css

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

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

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

border-color css

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

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

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