#735B57

Color #735B57 Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #735B57

Tints of Zambezi #735B57

Color information

#735B57 (or 0x735B57) is unknown color: approx Zambezi. HEX triplet: 73, 5B and 57. RGB value is (115,91,87). Sum of RGB (Red+Green+Blue) = 115+91+87=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #735B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B57 is #8CA4A8. Grayscale: #616161. Windows color (decimal): -9217193 or 5725043. OLE color: 5725043.

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

Color convert

RGB1159187-
CMYK00.210.240.55
HSL8.57º13.86%39.61%-
HSV(B)8.57º24.35%45.1%-
XYZ12.5311.8210.64-
YUV97.72121.95140.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=39.25%
G=31.06%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115918700.210.240.558.5713.8639.61
Hex735B5701518379e28
Octal1631331270253067111650
Binary1110011101101110101110101011100011011110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #735B57;
 }
 .AnyTagClassName
 {
   color: #735B57;
 }
</style>
background-color css

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

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

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

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

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

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