#725F53

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

Shades of Dorado #725F53

Tints of Dorado #725F53

Color information

#725F53 (or 0x725F53) is unknown color: approx Dorado. HEX triplet: 72, 5F and 53. RGB value is (114,95,83). Sum of RGB (Red+Green+Blue) = 114+95+83=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #725F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F53 is #8DA0AC. Grayscale: #636363. Windows color (decimal): -9281709 or 5463922. OLE color: 5463922.

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

Color convert

RGB1149583-
CMYK00.170.270.55
HSL23.23º15.74%38.63%-
HSV(B)23.23º27.19%44.71%-
XYZ12.5912.399.91-
YUV99.31118.79138.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=39.04%
G=32.53%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114958300.170.270.5523.2315.7438.63
Hex725F530111B37171027
Octal1621371230213367272047
Binary111001010111111010011010001110111101111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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