#735F5C

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

Shades of Zambezi #735F5C

Tints of Zambezi #735F5C

Color information

#735F5C (or 0x735F5C) is unknown color: approx Zambezi. HEX triplet: 73, 5F and 5C. RGB value is (115,95,92). Sum of RGB (Red+Green+Blue) = 115+95+92=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #735F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F5C is #8CA0A3. Grayscale: #646464. Windows color (decimal): -9216164 or 6053747. OLE color: 6053747.

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

Color convert

RGB1159592-
CMYK00.170.200.55
HSL7.83º11.11%40.59%-
HSV(B)7.83º20%45.1%-
XYZ13.0912.611.87-
YUV100.64123.13138.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=38.08%
G=31.46%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115959200.170.200.557.8311.1140.59
Hex735F5C01114378b29
Octal1631371340212467101351
Binary1110011101111110111000100011010011011110001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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