#725B56

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

Shades of Zambezi #725B56

Tints of Zambezi #725B56

Color information

#725B56 (or 0x725B56) is unknown color: approx Zambezi. HEX triplet: 72, 5B and 56. RGB value is (114,91,86). Sum of RGB (Red+Green+Blue) = 114+91+86=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #725B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B56 is #8DA4A9. Grayscale: #616161. Windows color (decimal): -9282730 or 5659506. OLE color: 5659506.

HSL color Cylindrical-coordinate representation of color #725B56: hue angle of 10.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #725B56 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1149186-
CMYK00.200.250.55
HSL10.71º14%39.22%-
HSV(B)10.71º24.56%44.71%-
XYZ12.3611.7310.42-
YUV97.31121.62139.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 86 (33.98% from 255) = 29.55%
R=39.18%
G=31.27%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114918600.200.250.5510.711439.22
Hex725B560141937be27
Octal1621331260243167131647
Binary1110010101101110101100101001100111011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,91,86); }

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

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

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

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

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

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

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