Html Css Color HEX #715D5C Zambezi

📋 copy color: '#715D5C'

red 113 ◦ green 93 ◦ blue 92

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

Shades of Zambezi #715D5C

Tints of Zambezi #715D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 37.92%
G = 31.21%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#715D5C (or 0x715D5C) is known color: Zambezi. HEX triplet: 71, 5D and 5C. RGB value is (113,93,92). Sum of RGB (Red+Green+Blue) = 113+93+92=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #715D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D5C is #8EA2A3. Grayscale: #626262. Windows color (decimal): -9347748 or 6053233. OLE color: 6053233.

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

Color convert

RGB 113 93 92 -
CMYK 0 0.18 0.19 0.56
HSL 2.86º 0.1% 0.4% -
HSV(B) 2.86º 0.19% 0.44% -
XYZ 12.66 12.11 11.8 -
YUV 98.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 113 93 92 0 0.18 0.19 0.56 2.86 0.1 0.4
Hex 71 5D 5C 0 12 13 38 3 A 28
Octal 161 135 134 0 22 23 70 3 12 50
Binary 1110001 1011101 1011100 0 10010 10011 111000 11 1010 101000

Color Harmonies of #715D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D5C

Black with #715D5C

Text Example


Text Example

White with #715D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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