#735C5A

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

Shades of Zambezi #735C5A

Tints of Zambezi #735C5A

Color information

#735C5A (or 0x735C5A) is unknown color: approx Zambezi. HEX triplet: 73, 5C and 5A. RGB value is (115,92,90). Sum of RGB (Red+Green+Blue) = 115+92+90=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #735C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C5A is #8CA3A5. Grayscale: #626262. Windows color (decimal): -9216934 or 5921907. OLE color: 5921907.

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

Color convert

RGB1159290-
CMYK00.200.220.55
HSL4.8º12.2%40.2%-
HSV(B)4.8º21.74%45.1%-
XYZ12.7412.0411.32-
YUV98.65123.12139.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=38.72%
G=30.98%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115929000.200.220.554.812.240.2
Hex735C5A01416375c28
Octal163134132024266751450
Binary111001110111001011010010100101101101111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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