#725F52

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

Shades of Dorado #725F52

Tints of Dorado #725F52

Color information

#725F52 (or 0x725F52) is unknown color: approx Dorado. HEX triplet: 72, 5F and 52. RGB value is (114,95,82). Sum of RGB (Red+Green+Blue) = 114+95+82=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #725F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F52 is #8DA0AD. Grayscale: #636363. Windows color (decimal): -9281710 or 5398386. OLE color: 5398386.

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

Color convert

RGB1149582-
CMYK00.170.280.55
HSL24.38º16.33%38.43%-
HSV(B)24.38º28.07%44.71%-
XYZ12.5512.379.71-
YUV99.2118.29138.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=39.18%
G=32.65%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114958200.170.280.5524.3816.3338.43
Hex725F520111C37181026
Octal1621371220213467302046
Binary111001010111111010010010001111001101111100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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