#745E50

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

Shades of Dorado #745E50

Tints of Dorado #745E50

Color information

#745E50 (or 0x745E50) is unknown color: approx Dorado. HEX triplet: 74, 5E and 50. RGB value is (116,94,80). Sum of RGB (Red+Green+Blue) = 116+94+80=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #745E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E50 is #8BA1AF. Grayscale: #636363. Windows color (decimal): -9150896 or 5267060. OLE color: 5267060.

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

Color convert

RGB1169480-
CMYK00.190.310.55
HSL23.33º18.37%38.43%-
HSV(B)23.33º31.03%45.49%-
XYZ12.6512.39.3-
YUV98.98117.29140.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=40%
G=32.41%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116948000.190.310.5523.3318.3738.43
Hex745E500131F37171226
Octal1641361200233767272246
Binary111010010111101010000010011111111101111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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