#745C51

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

Shades of Dorado #745C51

Tints of Dorado #745C51

Color information

#745C51 (or 0x745C51) is unknown color: approx Dorado. HEX triplet: 74, 5C and 51. RGB value is (116,92,81). Sum of RGB (Red+Green+Blue) = 116+92+81=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C51 is #8BA3AE. Grayscale: #616161. Windows color (decimal): -9151407 or 5332084. OLE color: 5332084.

HSL color Cylindrical-coordinate representation of color #745C51: hue angle of 18.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745C51 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1169281-
CMYK00.210.300.55
HSL18.86º17.77%38.63%-
HSV(B)18.86º30.17%45.49%-
XYZ12.5111.969.43-
YUV97.92118.45140.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=40.14%
G=31.83%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116928100.210.300.5518.8617.7738.63
Hex745C510151E37131227
Octal1641341210253667232247
Binary111010010111001010001010101111101101111001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,92,81); }

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

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

 a { background-color: rgb(116,92,81); }

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

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

 span { border-color: rgb(116,92,81); }

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