#735E5C

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

Shades of Zambezi #735E5C

Tints of Zambezi #735E5C

Color information

#735E5C (or 0x735E5C) is unknown color: approx Zambezi. HEX triplet: 73, 5E and 5C. RGB value is (115,94,92). Sum of RGB (Red+Green+Blue) = 115+94+92=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E5C is #8CA1A3. Grayscale: #646464. Windows color (decimal): -9216420 or 6053491. OLE color: 6053491.

HSL color Cylindrical-coordinate representation of color #735E5C: hue angle of 5.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735E5C is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1159492-
CMYK00.180.200.55
HSL5.22º11.11%40.59%-
HSV(B)5.22º20%45.1%-
XYZ1312.4211.84-
YUV100.05123.46138.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=38.21%
G=31.23%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115949200.180.200.555.2211.1140.59
Hex735E5C01214375b29
Octal163136134022246751351
Binary111001110111101011100010010101001101111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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