#725C5A

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

Shades of Zambezi #725C5A

Tints of Zambezi #725C5A

Color information

#725C5A (or 0x725C5A) is unknown color: approx Zambezi. HEX triplet: 72, 5C and 5A. RGB value is (114,92,90). Sum of RGB (Red+Green+Blue) = 114+92+90=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C5A is #8DA3A5. Grayscale: #626262. Windows color (decimal): -9282470 or 5921906. OLE color: 5921906.

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

Color convert

RGB1149290-
CMYK00.190.210.55
HSL11.76%40%-
HSV(B)21.05%44.71%-
XYZ12.6111.9711.32-
YUV98.35123.29139.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=38.51%
G=31.08%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114929000.190.210.55511.7640
Hex725C5A01315375c28
Octal162134132023256751450
Binary111001010111001011010010011101011101111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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