#725E53

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

Shades of Dorado #725E53

Tints of Dorado #725E53

Color information

#725E53 (or 0x725E53) is unknown color: approx Dorado. HEX triplet: 72, 5E and 53. RGB value is (114,94,83). Sum of RGB (Red+Green+Blue) = 114+94+83=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #725E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E53 is #8DA1AC. Grayscale: #626262. Windows color (decimal): -9281965 or 5463666. OLE color: 5463666.

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

Color convert

RGB1149483-
CMYK00.180.270.55
HSL21.29º15.74%38.63%-
HSV(B)21.29º27.19%44.71%-
XYZ12.512.219.88-
YUV98.73119.13138.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=39.18%
G=32.30%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114948300.180.270.5521.2915.7438.63
Hex725E530121B37151027
Octal1621361230223367252047
Binary111001010111101010011010010110111101111010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,94,83); }

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

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

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

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

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

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

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