Html Css Color HEX #715A59 Zambezi

📋 copy color: '#715A59'

red 113 ◦ green 90 ◦ blue 89

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

Shades of Zambezi #715A59

Tints of Zambezi #715A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

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

R = 38.7%
G = 30.82%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#715A59 (or 0x715A59) is known color: Zambezi. HEX triplet: 71, 5A and 59. RGB value is (113,90,89). Sum of RGB (Red+Green+Blue) = 113+90+89=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A59 is #8EA5A6. Grayscale: #606060. Windows color (decimal): -9348519 or 5855857. OLE color: 5855857.

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

Color convert

RGB 113 90 89 -
CMYK 0 0.20 0.21 0.56
HSL 2.5º 0.12% 0.4% -
HSV(B) 2.5º 0.21% 0.44% -
XYZ 12.27 11.54 11.03 -
YUV 96.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 113 90 89 0 0.20 0.21 0.56 2.5 0.12 0.4
Hex 71 5A 59 0 14 15 38 2 C 28
Octal 161 132 131 0 24 25 70 2 14 50
Binary 1110001 1011010 1011001 0 10100 10101 111000 10 1100 101000

Color Harmonies of #715A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A59

Black with #715A59

Text Example


Text Example

White with #715A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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