#745B52

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

Shades of Dorado #745B52

Tints of Dorado #745B52

Color information

#745B52 (or 0x745B52) is unknown color: approx Dorado. HEX triplet: 74, 5B and 52. RGB value is (116,91,82). Sum of RGB (Red+Green+Blue) = 116+91+82=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B52 is #8BA4AD. Grayscale: #616161. Windows color (decimal): -9151662 or 5397364. OLE color: 5397364.

HSL color Cylindrical-coordinate representation of color #745B52: hue angle of 15.88º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745B52 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1169182-
CMYK00.220.290.55
HSL15.88º17.17%38.82%-
HSV(B)15.88º29.31%45.49%-
XYZ12.4711.89.6-
YUV97.45119.28141.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=40.14%
G=31.49%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116918200.220.290.5515.8817.1738.82
Hex745B520161D37101127
Octal1641331220263567202147
Binary111010010110111010010010110111011101111000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,91,82); }

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

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

 a { background-color: rgb(116,91,82); }

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

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

 span { border-color: rgb(116,91,82); }

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