Html Css Color HEX #735C5B Zambezi

📋 copy color: '#735C5B'

red 115 ◦ green 92 ◦ blue 91

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

Shades of Zambezi #735C5B

Tints of Zambezi #735C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 38.59%
G = 30.87%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#735C5B (or 0x735C5B) is known color: Zambezi. HEX triplet: 73, 5C and 5B. RGB value is (115,92,91). Sum of RGB (Red+Green+Blue) = 115+92+91=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #735C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C5B is #8CA3A4. Grayscale: #626262. Windows color (decimal): -9216933 or 5987443. OLE color: 5987443.

HSL color Cylindrical-coordinate representation of color #735C5B: hue angle of 2.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735C5B is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 92 91 -
CMYK 0 0.20 0.21 0.55
HSL 2.5º 0.12% 0.4% -
HSV(B) 2.5º 0.21% 0.45% -
XYZ 12.79 12.05 11.55 -
YUV 98.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 115 92 91 0 0.20 0.21 0.55 2.5 0.12 0.4
Hex 73 5C 5B 0 14 15 37 2 C 28
Octal 163 134 133 0 24 25 67 2 14 50
Binary 1110011 1011100 1011011 0 10100 10101 110111 10 1100 101000

Color Harmonies of #735C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C5B

Black with #735C5B

Text Example


Text Example

White with #735C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,92,91); }

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

background-color css

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

 a { background-color: rgb(115,92,91); }

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

border-color css

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

 span { border-color: rgb(115,92,91); }

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