#725952

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

Shades of Dorado #725952

Tints of Dorado #725952

Color information

#725952 (or 0x725952) is unknown color: approx Dorado. HEX triplet: 72, 59 and 52. RGB value is (114,89,82). Sum of RGB (Red+Green+Blue) = 114+89+82=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #725952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725952 is #8DA6AD. Grayscale: #5F5F5F. Windows color (decimal): -9283246 or 5396850. OLE color: 5396850.

HSL color Cylindrical-coordinate representation of color #725952: hue angle of 13.13º 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 #725952 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1148982-
CMYK00.220.280.55
HSL13.13º16.33%38.43%-
HSV(B)13.13º28.07%44.71%-
XYZ12.0311.339.54-
YUV95.68120.28141.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=40%
G=31.23%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114898200.220.280.5513.1316.3338.43
Hex7259520161C37d1026
Octal1621311220263467152046
Binary11100101011001101001001011011100110111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725952; }

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

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

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

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

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

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

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

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