Html Css Color HEX #735E5D Zambezi

📋 copy color: '#735E5D'

red 115 ◦ green 94 ◦ blue 93

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

Shades of Zambezi #735E5D

Tints of Zambezi #735E5D

RGB

 RED value IS 115 (45.31% from 255) = 38.08%

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 38.08%
G = 31.13%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#735E5D (or 0x735E5D) is known color: Zambezi. HEX triplet: 73, 5E and 5D. RGB value is (115,94,93). Sum of RGB (Red+Green+Blue) = 115+94+93=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #735E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E5D is #8CA1A2. Grayscale: #646464. Windows color (decimal): -9216419 or 6119027. OLE color: 6119027.

HSL color Cylindrical-coordinate representation of color #735E5D: hue angle of 2.73º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #735E5D is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 94 93 -
CMYK 0 0.18 0.19 0.55
HSL 2.73º 0.11% 0.41% -
HSV(B) 2.73º 0.19% 0.45% -
XYZ 13.05 12.44 12.07 -
YUV 100.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 115 94 93 0 0.18 0.19 0.55 2.73 0.11 0.41
Hex 73 5E 5D 0 12 13 37 3 B 29
Octal 163 136 135 0 22 23 67 3 13 51
Binary 1110011 1011110 1011101 0 10010 10011 110111 11 1011 101001

Color Harmonies of #735E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E5D

Black with #735E5D

Text Example


Text Example

White with #735E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735E5D; }

 p { color: rgb(115,94,93); }

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

background-color css

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

 a { background-color: rgb(115,94,93); }

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

border-color css

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

 span { border-color: rgb(115,94,93); }

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