#725656

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

Shades of Zambezi #725656

Tints of Zambezi #725656

Color information

#725656 (or 0x725656) is unknown color: approx Zambezi. HEX triplet: 72, 56 and 56. RGB value is (114,86,86). Sum of RGB (Red+Green+Blue) = 114+86+86=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #725656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725656 is #8DA9A9. Grayscale: #5E5E5E. Windows color (decimal): -9284010 or 5658226. OLE color: 5658226.

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

Color convert

RGB1148686-
CMYK00.250.250.55
HSL14%39.22%-
HSV(B)24.56%44.71%-
XYZ11.9510.910.28-
YUV94.37123.28142-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=39.86%
G=30.07%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114868600.250.250.5501439.22
Hex72565601919370e27
Octal162126126031316701647
Binary1110010101011010101100110011100111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725656; }

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

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

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

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

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

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

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

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