#735C58

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

Shades of Zambezi #735C58

Tints of Zambezi #735C58

Color information

#735C58 (or 0x735C58) is unknown color: approx Zambezi. HEX triplet: 73, 5C and 58. RGB value is (115,92,88). Sum of RGB (Red+Green+Blue) = 115+92+88=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #735C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C58 is #8CA3A7. Grayscale: #626262. Windows color (decimal): -9216936 or 5790835. OLE color: 5790835.

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

Color convert

RGB1159288-
CMYK00.200.230.55
HSL8.89º13.3%39.8%-
HSV(B)8.89º23.48%45.1%-
XYZ12.661210.88-
YUV98.42122.12139.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=38.98%
G=31.19%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115928800.200.230.558.8913.339.8
Hex735C5801417379d28
Octal1631341300242767111550
Binary1110011101110010110000101001011111011110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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