#735C59

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

Shades of Zambezi #735C59

Tints of Zambezi #735C59

Color information

#735C59 (or 0x735C59) is unknown color: approx Zambezi. HEX triplet: 73, 5C and 59. RGB value is (115,92,89). Sum of RGB (Red+Green+Blue) = 115+92+89=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C59 is #8CA3A6. Grayscale: #626262. Windows color (decimal): -9216935 or 5856371. OLE color: 5856371.

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

Color convert

RGB1159289-
CMYK00.200.230.55
HSL6.92º12.75%40%-
HSV(B)6.92º22.61%45.1%-
XYZ12.712.0211.1-
YUV98.54122.62139.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=38.85%
G=31.08%
B=30.07%

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
Decimal115928900.200.230.556.9212.7540
Hex735C5901417377d28
Octal163134131024276771550
Binary111001110111001011001010100101111101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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