Html Css Color HEX #705957 Zambezi

📋 copy color: '#705957'

red 112 ◦ green 89 ◦ blue 87

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

Shades of Zambezi #705957

Tints of Zambezi #705957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 38.89%
G = 30.9%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#705957 (or 0x705957) is known color: Zambezi. HEX triplet: 70, 59 and 57. RGB value is (112,89,87). Sum of RGB (Red+Green+Blue) = 112+89+87=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #705957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705957 is #8FA6A8. Grayscale: #5F5F5F. Windows color (decimal): -9414313 or 5724528. OLE color: 5724528.

HSL color Cylindrical-coordinate representation of color #705957: hue angle of 4.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705957 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 87 -
CMYK 0 0.21 0.22 0.56
HSL 4.8º 0.13% 0.39% -
HSV(B) 4.8º 0.22% 0.44% -
XYZ 11.97 11.28 10.56 -
YUV 95.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 112 89 87 0 0.21 0.22 0.56 4.8 0.13 0.39
Hex 70 59 57 0 15 16 38 5 D 27
Octal 160 131 127 0 25 26 70 5 15 47
Binary 1110000 1011001 1010111 0 10101 10110 111000 101 1101 100111

Color Harmonies of #705957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705957

Black with #705957

Text Example


Text Example

White with #705957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705957; }

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

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

background-color css

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

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

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

border-color css

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

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

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