#725951

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

Shades of Dorado #725951

Tints of Dorado #725951

Color information

#725951 (or 0x725951) is unknown color: approx Dorado. HEX triplet: 72, 59 and 51. RGB value is (114,89,81). Sum of RGB (Red+Green+Blue) = 114+89+81=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #725951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725951 is #8DA6AE. Grayscale: #5F5F5F. Windows color (decimal): -9283247 or 5331314. OLE color: 5331314.

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

Color convert

RGB1148981-
CMYK00.220.290.55
HSL14.55º16.92%38.24%-
HSV(B)14.55º28.95%44.71%-
XYZ1211.329.34-
YUV95.56119.78141.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=40.14%
G=31.34%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114898100.220.290.5514.5516.9238.24
Hex7259510161D37f1126
Octal1621311210263567172146
Binary11100101011001101000101011011101110111111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725951; }

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

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

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

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

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

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

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

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