#725959

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

Shades of Zambezi #725959

Tints of Zambezi #725959

Color information

#725959 (or 0x725959) is unknown color: approx Zambezi. HEX triplet: 72, 59 and 59. RGB value is (114,89,89). Sum of RGB (Red+Green+Blue) = 114+89+89=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #725959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725959 is #8DA6A6. Grayscale: #606060. Windows color (decimal): -9283239 or 5855602. OLE color: 5855602.

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

Color convert

RGB1148989-
CMYK00.220.220.55
HSL12.32%39.8%-
HSV(B)21.93%44.71%-
XYZ12.3111.4411.01-
YUV96.48123.78140.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=39.04%
G=30.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114898900.220.220.55012.3239.8
Hex72595901616370c28
Octal162131131026266701450
Binary1110010101100110110010101101011011011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725959; }

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

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

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

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

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

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

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

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