#735A58

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

Shades of Zambezi #735A58

Tints of Zambezi #735A58

Color information

#735A58 (or 0x735A58) is unknown color: approx Zambezi. HEX triplet: 73, 5A and 58. RGB value is (115,90,88). Sum of RGB (Red+Green+Blue) = 115+90+88=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #735A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A58 is #8CA5A7. Grayscale: #616161. Windows color (decimal): -9217448 or 5790323. OLE color: 5790323.

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

Color convert

RGB1159088-
CMYK00.220.230.55
HSL4.44º13.3%39.8%-
HSV(B)4.44º23.48%45.1%-
XYZ12.4911.6610.83-
YUV97.25122.78140.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=39.25%
G=30.72%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115908800.220.230.554.4413.339.8
Hex735A5801617374d28
Octal163132130026276741550
Binary111001110110101011000010110101111101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,88); }

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

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

 a { background-color: rgb(115,90,88); }

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

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

 span { border-color: rgb(115,90,88); }

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