#735D5A

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

Shades of Zambezi #735D5A

Tints of Zambezi #735D5A

Color information

#735D5A (or 0x735D5A) is unknown color: approx Zambezi. HEX triplet: 73, 5D and 5A. RGB value is (115,93,90). Sum of RGB (Red+Green+Blue) = 115+93+90=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #735D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D5A is #8CA2A5. Grayscale: #636363. Windows color (decimal): -9216678 or 5922163. OLE color: 5922163.

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

Color convert

RGB1159390-
CMYK00.190.220.55
HSL7.2º12.2%40.2%-
HSV(B)7.2º21.74%45.1%-
XYZ12.8312.2111.35-
YUV99.24122.79139.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=38.59%
G=31.21%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115939000.190.220.557.212.240.2
Hex735D5A01316377c28
Octal163135132023266771450
Binary111001110111011011010010011101101101111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,93,90); }

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

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

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

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

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

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

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