Html Css Color HEX #715D59 Zambezi

📋 copy color: '#715D59'

red 113 ◦ green 93 ◦ blue 89

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

Shades of Zambezi #715D59

Tints of Zambezi #715D59

RGB

 RED value IS 113 (44.53% from 255) = 38.31%

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 38.31%
G = 31.53%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#715D59 (or 0x715D59) is known color: Zambezi. HEX triplet: 71, 5D and 59. RGB value is (113,93,89). Sum of RGB (Red+Green+Blue) = 113+93+89=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #715D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D59 is #8EA2A6. Grayscale: #626262. Windows color (decimal): -9347751 or 5856625. OLE color: 5856625.

HSL color Cylindrical-coordinate representation of color #715D59: hue angle of 10º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715D59 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 93 89 -
CMYK 0 0.18 0.21 0.56
HSL 10º 0.12% 0.4% -
HSV(B) 10º 0.21% 0.44% -
XYZ 12.53 12.06 11.12 -
YUV 98.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 113 93 89 0 0.18 0.21 0.56 10 0.12 0.4
Hex 71 5D 59 0 12 15 38 A C 28
Octal 161 135 131 0 22 25 70 12 14 50
Binary 1110001 1011101 1011001 0 10010 10101 111000 1010 1100 101000

Color Harmonies of #715D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D59

Black with #715D59

Text Example


Text Example

White with #715D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715D59; }

 p { color: rgb(113,93,89); }

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

background-color css

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

 a { background-color: rgb(113,93,89); }

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

border-color css

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

 span { border-color: rgb(113,93,89); }

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