#726159

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

Shades of Dorado #726159

Tints of Dorado #726159

Color information

#726159 (or 0x726159) is unknown color: approx Dorado. HEX triplet: 72, 61 and 59. RGB value is (114,97,89). Sum of RGB (Red+Green+Blue) = 114+97+89=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #726159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726159 is #8D9EA6. Grayscale: #656565. Windows color (decimal): -9281191 or 5857650. OLE color: 5857650.

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

Color convert

RGB1149789-
CMYK00.150.220.55
HSL19.2º12.32%39.8%-
HSV(B)19.2º21.93%44.71%-
XYZ13.0212.8511.25-
YUV101.17121.13137.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=38%
G=32.33%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114978900.150.220.5519.212.3239.8
Hex7261590F163713c28
Octal1621411310172667231450
Binary1110010110000110110010111110110110111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726159; }

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

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

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

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

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

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

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

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