Html Css Color HEX #735F5D Zambezi

📋 copy color: '#735F5D'

red 115 ◦ green 95 ◦ blue 93

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

Shades of Zambezi #735F5D

Tints of Zambezi #735F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

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

R = 37.95%
G = 31.35%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#735F5D (or 0x735F5D) is known color: Zambezi. HEX triplet: 73, 5F and 5D. RGB value is (115,95,93). Sum of RGB (Red+Green+Blue) = 115+95+93=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F5D is #8CA0A2. Grayscale: #646464. Windows color (decimal): -9216163 or 6119283. OLE color: 6119283.

HSL color Cylindrical-coordinate representation of color #735F5D: hue angle of 5.45º 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 #735F5D is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 95 93 -
CMYK 0 0.17 0.19 0.55
HSL 5.45º 0.11% 0.41% -
HSV(B) 5.45º 0.19% 0.45% -
XYZ 13.14 12.62 12.1 -
YUV 100.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 115 95 93 0 0.17 0.19 0.55 5.45 0.11 0.41
Hex 73 5F 5D 0 11 13 37 5 B 29
Octal 163 137 135 0 21 23 67 5 13 51
Binary 1110011 1011111 1011101 0 10001 10011 110111 101 1011 101001

Color Harmonies of #735F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F5D

Black with #735F5D

Text Example


Text Example

White with #735F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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