#726359

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

Shades of Dorado #726359

Tints of Dorado #726359

Color information

#726359 (or 0x726359) is unknown color: approx Dorado. HEX triplet: 72, 63 and 59. RGB value is (114,99,89). Sum of RGB (Red+Green+Blue) = 114+99+89=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726359 is #8D9CA6. Grayscale: #666666. Windows color (decimal): -9280679 or 5858162. OLE color: 5858162.

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

Color convert

RGB1149989-
CMYK00.130.220.55
HSL24º12.32%39.8%-
HSV(B)24º21.93%44.71%-
XYZ13.213.2211.31-
YUV102.34120.47136.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=37.75%
G=32.78%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114998900.130.220.552412.3239.8
Hex7263590D163718c28
Octal1621431310152667301450
Binary1110010110001110110010110110110110111110001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726359; }

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

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

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

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

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

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

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

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