#735B5B

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

Shades of Zambezi #735B5B

Tints of Zambezi #735B5B

Color information

#735B5B (or 0x735B5B) is unknown color: approx Zambezi. HEX triplet: 73, 5B and 5B. RGB value is (115,91,91). Sum of RGB (Red+Green+Blue) = 115+91+91=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #735B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B5B is #8CA4A4. Grayscale: #626262. Windows color (decimal): -9217189 or 5987187. OLE color: 5987187.

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

Color convert

RGB1159191-
CMYK00.210.210.55
HSL11.65%40.39%-
HSV(B)20.87%45.1%-
XYZ12.711.8811.52-
YUV98.18123.95140-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=38.72%
G=30.64%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115919100.210.210.55011.6540.39
Hex735B5B01515370c28
Octal163133133025256701450
Binary1110011101101110110110101011010111011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,91,91); }

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

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

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

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

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

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

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