Html Css Color HEX #725B59 Zambezi

📋 copy color: '#725B59'

red 114 ◦ green 91 ◦ blue 89

#725B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #725B59

Tints of Zambezi #725B59

RGB

 RED value IS 114 (44.92% from 255) = 38.78%

 GREEN value IS 91 (35.94% from 255) = 30.95%

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 38.78%
G = 30.95%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#725B59 (or 0x725B59) is known color: Zambezi. HEX triplet: 72, 5B and 59. RGB value is (114,91,89). Sum of RGB (Red+Green+Blue) = 114+91+89=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #725B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B59 is #8DA4A6. Grayscale: #616161. Windows color (decimal): -9282727 or 5856114. OLE color: 5856114.

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

Color convert

RGB 114 91 89 -
CMYK 0 0.20 0.22 0.55
HSL 4.8º 0.12% 0.4% -
HSV(B) 4.8º 0.22% 0.45% -
XYZ 12.48 11.78 11.07 -
YUV 97.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 114 91 89 0 0.20 0.22 0.55 4.8 0.12 0.4
Hex 72 5B 59 0 14 16 37 5 C 28
Octal 162 133 131 0 24 26 67 5 14 50
Binary 1110010 1011011 1011001 0 10100 10110 110111 101 1100 101000

Color Harmonies of #725B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B59

Black with #725B59

Text Example


Text Example

White with #725B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #725B59;
 }
 .AnyTagClassName
 {
   color: #725B59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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