#726259

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

Shades of Dorado #726259

Tints of Dorado #726259

Color information

#726259 (or 0x726259) is unknown color: approx Dorado. HEX triplet: 72, 62 and 59. RGB value is (114,98,89). Sum of RGB (Red+Green+Blue) = 114+98+89=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726259 is #8D9DA6. Grayscale: #656565. Windows color (decimal): -9280935 or 5857906. OLE color: 5857906.

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

Color convert

RGB1149889-
CMYK00.140.220.55
HSL21.6º12.32%39.8%-
HSV(B)21.6º21.93%44.71%-
XYZ13.1113.0311.28-
YUV101.76120.8136.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=37.87%
G=32.56%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114988900.140.220.5521.612.3239.8
Hex7262590E163716c28
Octal1621421310162667261450
Binary1110010110001010110010111010110110111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726259; }

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

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

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

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

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

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

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

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