Html Css Color HEX #715D5A Zambezi

📋 copy color: '#715D5A'

red 113 ◦ green 93 ◦ blue 90

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

Shades of Zambezi #715D5A

Tints of Zambezi #715D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 38.18%
G = 31.42%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#715D5A (or 0x715D5A) is known color: Zambezi. HEX triplet: 71, 5D and 5A. RGB value is (113,93,90). Sum of RGB (Red+Green+Blue) = 113+93+90=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D5A is #8EA2A5. Grayscale: #626262. Windows color (decimal): -9347750 or 5922161. OLE color: 5922161.

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

Color convert

RGB 113 93 90 -
CMYK 0 0.18 0.20 0.56
HSL 7.83º 0.11% 0.4% -
HSV(B) 7.83º 0.2% 0.44% -
XYZ 12.57 12.08 11.34 -
YUV 98.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 113 93 90 0 0.18 0.20 0.56 7.83 0.11 0.4
Hex 71 5D 5A 0 12 14 38 8 B 28
Octal 161 135 132 0 22 24 70 10 13 50
Binary 1110001 1011101 1011010 0 10010 10100 111000 1000 1011 101000

Color Harmonies of #715D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D5A

Black with #715D5A

Text Example


Text Example

White with #715D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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