#725C59

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

Shades of Zambezi #725C59

Tints of Zambezi #725C59

Color information

#725C59 (or 0x725C59) is unknown color: approx Zambezi. HEX triplet: 72, 5C and 59. RGB value is (114,92,89). Sum of RGB (Red+Green+Blue) = 114+92+89=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C59 is #8DA3A6. Grayscale: #626262. Windows color (decimal): -9282471 or 5856370. OLE color: 5856370.

HSL color Cylindrical-coordinate representation of color #725C59: 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 #725C59 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1149289-
CMYK00.190.220.55
HSL7.2º12.32%39.8%-
HSV(B)7.2º21.93%44.71%-
XYZ12.5711.9511.1-
YUV98.24122.79139.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=38.64%
G=31.19%
B=30.17%

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
Decimal114928900.190.220.557.212.3239.8
Hex725C5901316377c28
Octal162134131023266771450
Binary111001010111001011001010011101101101111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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