#745C59

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

Shades of Zambezi #745C59

Tints of Zambezi #745C59

Color information

#745C59 (or 0x745C59) is unknown color: approx Zambezi. HEX triplet: 74, 5C and 59. RGB value is (116,92,89). Sum of RGB (Red+Green+Blue) = 116+92+89=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C59 is #8BA3A6. Grayscale: #626262. Windows color (decimal): -9151399 or 5856372. OLE color: 5856372.

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

Color convert

RGB1169289-
CMYK00.210.230.55
HSL6.67º13.17%40.2%-
HSV(B)6.67º23.28%45.49%-
XYZ12.8312.0911.11-
YUV98.83122.45140.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=39.06%
G=30.98%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116928900.210.230.556.6713.1740.2
Hex745C5901517377d28
Octal164134131025276771550
Binary111010010111001011001010101101111101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745C59; }

 p { color: rgb(116,92,89); }

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

<style>
 a { background-color: #745C59; }

 a { background-color: rgb(116,92,89); }

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

<style>
 span { border-color: #745C59; }

 span { border-color: rgb(116,92,89); }

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