#745E56

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

Shades of Dorado #745E56

Tints of Dorado #745E56

Color information

#745E56 (or 0x745E56) is unknown color: approx Dorado. HEX triplet: 74, 5E and 56. RGB value is (116,94,86). Sum of RGB (Red+Green+Blue) = 116+94+86=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #745E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E56 is #8BA1A9. Grayscale: #636363. Windows color (decimal): -9150890 or 5660276. OLE color: 5660276.

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

Color convert

RGB1169486-
CMYK00.190.260.55
HSL16º14.85%39.61%-
HSV(B)16º25.86%45.49%-
XYZ12.8812.3910.52-
YUV99.67120.29139.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=39.19%
G=31.76%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116948600.190.260.551614.8539.61
Hex745E560131A3710f28
Octal1641361260233267201750
Binary11101001011110101011001001111010110111100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745E56; }

 p { color: rgb(116,94,86); }

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

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

 a { background-color: rgb(116,94,86); }

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

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

 span { border-color: rgb(116,94,86); }

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