#725F55

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

Shades of Dorado #725F55

Tints of Dorado #725F55

Color information

#725F55 (or 0x725F55) is unknown color: approx Dorado. HEX triplet: 72, 5F and 55. RGB value is (114,95,85). Sum of RGB (Red+Green+Blue) = 114+95+85=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #725F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F55 is #8DA0AA. Grayscale: #636363. Windows color (decimal): -9281707 or 5594994. OLE color: 5594994.

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

Color convert

RGB1149585-
CMYK00.170.250.55
HSL20.69º14.57%39.02%-
HSV(B)20.69º25.44%44.71%-
XYZ12.6712.4210.32-
YUV99.54119.79138.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=38.78%
G=32.31%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114958500.170.250.5520.6914.5739.02
Hex725F55011193715f27
Octal1621371250213167251747
Binary11100101011111101010101000111001110111101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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