Html Css Color HEX #705856 Zambezi

📋 copy color: '#705856'

red 112 ◦ green 88 ◦ blue 86

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

Shades of Zambezi #705856

Tints of Zambezi #705856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 39.16%
G = 30.77%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#705856 (or 0x705856) is known color: Zambezi. HEX triplet: 70, 58 and 56. RGB value is (112,88,86). Sum of RGB (Red+Green+Blue) = 112+88+86=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #705856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705856 is #8FA7A9. Grayscale: #5E5E5E. Windows color (decimal): -9414570 or 5658736. OLE color: 5658736.

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

Color convert

RGB 112 88 86 -
CMYK 0 0.21 0.23 0.56
HSL 4.62º 0.13% 0.39% -
HSV(B) 4.62º 0.23% 0.44% -
XYZ 11.85 11.1 10.32 -
YUV 94.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 112 88 86 0 0.21 0.23 0.56 4.62 0.13 0.39
Hex 70 58 56 0 15 17 38 5 D 27
Octal 160 130 126 0 25 27 70 5 15 47
Binary 1110000 1011000 1010110 0 10101 10111 111000 101 1101 100111

Color Harmonies of #705856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705856

Black with #705856

Text Example


Text Example

White with #705856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705856; }

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

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

background-color css

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

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

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

border-color css

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

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

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